View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006015 | mantisbt | administration | public | 2005-07-26 10:14 | 2005-09-11 08:12 |
| Reporter | masala | Assigned To | thraxisp | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.0rc1 | ||||
| Fixed in Version | 1.0.0rc2 | ||||
| Summary | 0006015: setting 'who can change notifications' fails | ||||
| Description | if I change the value in the combo 'who can change notifications' on manage_config_email_page.php, the cahnge has no visible effect (the combo allways says 'administrator') this differs from a3, there it worked | ||||
| Tags | No tags attached. | ||||
|
the problem is, that the |
|
|
i had a look into config_get_acces (core/config_api.php) .. i do not understand why this functions loops over the project and user list, i guess there is a reason, but it does not really work since the line 186 (1.0.0rc1) i had a try with this dirty hack: |
|
|
Fixed in CVS. I missed this when I did the performance tweaks. core/config_api.php -> 1.34 |
|