|
|
Choosing A Webhost: |
mantisbt manage_config_workflow_set.php,1.6,1.7 manage_config_workflow_page: msg#00131bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28685 Modified Files: manage_config_workflow_set.php manage_config_workflow_page.php manage_config_email_set.php Log Message: fix for 0005932: Manage eMail notification access rigths - update access rights (local <-> global) Index: manage_config_workflow_page.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/manage_config_workflow_page.php,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- manage_config_workflow_page.php 16 Jul 2005 01:46:03 -0000 1.13 +++ manage_config_workflow_page.php 28 Jul 2005 16:20:14 -0000 1.14 @@ -400,10 +400,10 @@ access_row( ); section_end(); - if ( $t_access <= config_get_access( 'set_status_threshold' ) ) { + if ( $t_access >= config_get_access( 'set_status_threshold' ) ) { echo '<p>' . lang_get( 'access_change_access' ) . ':'; echo '<select name="status_access">'; - print_enum_string_option_list( 'access_levels', config_get_access( 'status_enum_workflow' ) ); + print_enum_string_option_list( 'access_levels', config_get_access( 'set_status_threshold' ) ); echo '</select> </p><br />'; } Index: manage_config_workflow_set.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/manage_config_workflow_set.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- manage_config_workflow_set.php 11 Jul 2005 23:46:31 -0000 1.6 +++ manage_config_workflow_set.php 28 Jul 2005 16:20:14 -0000 1.7 @@ -15,7 +15,7 @@ require_once( $t_core_path.'email_api.php' ); $t_can_change_level = min( config_get_access( 'notify_flags' ), config_get_access( 'default_notify_flags' ) ); - access_ensure_global_level( $t_can_change_level ); + access_ensure_project_level( $t_can_change_level ); $t_redirect_url = 'manage_config_workflow_page.php'; $t_project = helper_get_current_project(); Index: manage_config_email_set.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/manage_config_email_set.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- manage_config_email_set.php 15 May 2005 12:26:06 -0000 1.6 +++ manage_config_email_set.php 28 Jul 2005 16:20:14 -0000 1.7 @@ -15,7 +15,7 @@ require_once( $t_core_path.'email_api.php' ); $t_can_change_level = min( config_get_access( 'notify_flags' ), config_get_access( 'default_notify_flags' ) ); - access_ensure_global_level( $t_can_change_level ); + access_ensure_project_level( $t_can_change_level ); $t_redirect_url = 'manage_config_email_page.php'; $t_project = helper_get_current_project(); ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/core html_api.php,1.181,1.182, Glenn Henshaw |
|---|---|
| Next by Date: | mantisbt/admin install.php,1.15,1.16 schema.php,1.5,1.6, Glenn Henshaw |
| Previous by Thread: | mantisbt/core html_api.php,1.181,1.182, Glenn Henshaw |
| Next by Thread: | mantisbt/admin install.php,1.15,1.16 schema.php,1.5,1.6, Glenn Henshaw |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |