diff --git a/bug_actiongroup.php b/bug_actiongroup.php index 8b6e9e5ac4..2ab651fe33 100644 --- a/bug_actiongroup.php +++ b/bug_actiongroup.php @@ -59,7 +59,8 @@ function updateBugLite($p_id, $p_status, $p_request) { bug_date_update($p_id); # notify reporter and handler - switch ( $p_status ) { + # currently desactivated + /*switch ( $p_status ) { case ASSIGNED: email_assign( $p_id ); break; @@ -67,7 +68,7 @@ function updateBugLite($p_id, $p_status, $p_request) { break; case CLOSED: email_close( $p_id ); break; - } + }*/ }//updateBug @@ -83,7 +84,7 @@ function updateBugLite($p_id, $p_status, $p_request) { switch ( $f_action ) { case 'CLOSE': - updateBugLite($t_id_arr[0],CLOSED,$f_resolution); + updateBugLite($t_id_arr[0],CLOSED,''); break; case 'DELETE': diff --git a/bug_actiongroup_page.php b/bug_actiongroup_page.php index 0e2963ee7e..0e2fbf2b04 100644 --- a/bug_actiongroup_page.php +++ b/bug_actiongroup_page.php @@ -15,15 +15,16 @@ - +   - + @@ -261,11 +263,14 @@ + #only for a per project basis + if ($g_project_cookie_val!='0000000') { + if ( access_level_check_greater_or_equal( UPDATER ) ) { ?> "; ?> - +