Home
last modified time | relevance | path

Searched refs:access_can_close_bug (Results 1 – 5 of 5) sorted by relevance

/dports/databases/mantis/mantisbt-2.25.2/core/
H A Daccess_api.php654 function access_can_close_bug( BugData $p_bug, $p_user_id = null ) { function
680 * @see access_can_close_bug
687 if( !access_can_close_bug( $p_bug, $p_user_id ) ) {
/dports/databases/mantis/mantisbt-2.25.2/core/commands/
H A DIssueViewPageCommand.php252access_can_close_bug( $t_issue_data ) && bug_check_workflow( $t_issue_data->status, $t_closed_stat…
/dports/databases/mantis/mantisbt-2.25.2/
H A Dbug_actiongroup.php112 if( access_can_close_bug( $t_bug ) ) {
H A Dbug_update_page.php430 access_can_close_bug( $t_bug ),
H A Dbug_update.php192 access_can_close_bug( $t_existing_bug, $t_current_user_id );