View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006211 | mantisbt | preferences | public | 2005-09-02 00:34 | 2012-08-26 15:05 |
| Reporter | urkle | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | 1.0.0rc1 | ||||
| Summary | 0006211: access_levels should be sorted in the project management page | ||||
| Description | The manage_config_work_threshold_page.php should have the t_access_levels variable sorted on line 28 in the same fashion as manage_config_work_threshold_set.php. So the access levels are shown in order on the page. related to issue 0005438 | ||||
| Tags | No tags attached. | ||||
| Attached Files | mantis.diff (438 bytes)
--- manage_config_work_threshold_page.php 2005-09-01 23:27:33.000000000 -0500
+++ manage_config_work_threshold_page.php.orig 2005-09-01 23:33:05.000000000 -0500
@@ -26,8 +26,6 @@
$t_show_submit = false;
$t_access_levels = get_enum_to_array( config_get( 'access_levels_enum_string' ) );
- ksort( $t_access_levels );
- reset( $t_access_levels );
function get_section_begin( $p_section_name ) {
global $t_access_levels;
| ||||
|
this also needs to be done on the manage_config_email_page.php. Or should this possibly be placed in the get_enum_to_array or config_get functions to sort the arrays? As all the drop boxes with access levels also need to be sorted. |
|
|
workaround: |
|
|
Any news here? This issue has been assigned for years without activity... |
|