View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011862 | mantisbt | administration | public | 2010-04-28 08:01 | 2011-10-07 09:01 |
| Reporter | jensberke | Assigned To | dhx | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.1 | ||||
| Target Version | 1.2.2 | Fixed in Version | 1.2.2 | ||
| Summary | 0011862: Access Level will always be set to "reporter" when editing user | ||||
| Description | When you edit an existing user on the "Manage Users" page, the edit user page will always show the Access Level "reporter", no matter what the real Access Level of the user is. If you then save the user - and don't adjust the Access Level back to the user's real level - he'll become a reporter. | ||||
| Steps To Reproduce | Go to "Mangage -> Manage Users" | ||||
| Additional Information | My Mantis installation is one that was upgraded from 1.1.7 to 1.2.1 directly. | ||||
| Tags | No tags attached. | ||||
| has duplicate | 0011971 | closed | dhx | Incorrect detection of users' access level |
| has duplicate | 0012034 | closed | atrol | user role select field points always to reporter |
| has duplicate | 0012083 | closed | atrol | Access level dropdown not set |
| has duplicate | 0012254 | closed | atrol | Access level displayed on manage_user_edit_page and manage_user_page are different |
|
MantisBT: master 101d87be 2010-04-29 00:02 Details Diff |
Fix 0011862: Preselect user's current access level in dropdown On manage_user_edit_page.php the access level of a user is always preselected to be the default access level at which new user accounts are created. We should instead try to preselect the user's current access level from the list so that when the form is saved, the access level of the user isn't changed by accident. Also remove the fake [Default Access Level] option from the list as it serves little to no useful purpose. |
Affected Issues 0011862 |
|
| mod - manage_user_edit_page.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
|
MantisBT: master-1.2.x 2f0fd38d 2010-04-29 00:02 Details Diff |
Fix 0011862: Preselect user's current access level in dropdown On manage_user_edit_page.php the access level of a user is always preselected to be the default access level at which new user accounts are created. We should instead try to preselect the user's current access level from the list so that when the form is saved, the access level of the user isn't changed by accident. Also remove the fake [Default Access Level] option from the list as it serves little to no useful purpose. |
Affected Issues 0011862 |
|
| mod - core/print_api.php | Diff File | ||
| mod - manage_user_edit_page.php | Diff File | ||