View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010071 | mantisbt | administration | public | 2009-01-21 20:45 | 2014-02-07 18:24 |
| Reporter | changhua0313 | Assigned To | dregad | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.1.6 | ||||
| Target Version | 1.2.16 | Fixed in Version | 1.2.16 | ||
| Summary | 0010071: Manage Workflow Threshold page: 'Who can alter this value' is not saved | ||||
| Description | [THRESHOLDS THAT AFFECT WORKFLOW] -> Who can alter this value field dose not be saved In [THRESHOLDS THAT AFFECT WORKFLOW] -> [ Manage Configuration ] -> [Who can alter this value] | ||||
| Tags | No tags attached. | ||||
|
It does occur only for "All projects" selection. For a specific project, it works. It is annoying for me as I would like to delegate some rights on all projects to managers. |
|
|
Reproduced with version 1.2.15 |
|
|
Actually the updated threshold is saved in the database, but not displayed back properly (showing the default 'admin_site_threshold' value instead). A subsequent change on the thresholds for the capability will then reset the 'who can change' threshold to the default value. |
|
|
MantisBT: master-1.2.x 281fa5ef 2013-09-26 04:57 Details Diff |
Workflow thresholds page: fix display of 'who can alter' When the current project is 'All projects' and the admin changes the 'Who can alter value' threshold (e.g. to 'manager'), the changes are saved in the config table as expected, but not displayed back properly - mantis shows the default value of 'administrator' (admin_site_threshold) instead, giving the impression that the settings have not been saved; another update will then overwrite the previously saved threshold back to default. The projects list in config_get_access() was not properly initialized, set to an empty array when current project is ALL_PROJECTS. Fixes 0010071 |
Affected Issues 0010071 |
|
| mod - core/config_api.php | Diff File | ||
|
MantisBT: master d3833a0d 2013-09-26 04:57 Details Diff |
Workflow thresholds page: fix display of 'who can alter' When the current project is 'All projects' and the admin changes the 'Who can alter value' threshold (e.g. to 'manager'), the changes are saved in the config table as expected, but not displayed back properly - mantis shows the default value of 'administrator' (admin_site_threshold) instead, giving the impression that the settings have not been saved; another update will then overwrite the previously saved threshold back to default. The projects list in config_get_access() was not properly initialized, set to an empty array when current project is ALL_PROJECTS. Fixes 0010071 |
Affected Issues 0010071 |
|
| mod - core/config_api.php | Diff File | ||