MantisBT - v3.0 Release | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0001283 | v3.0 Release | [All Projects] General | public | 2013-03-05 07:57 | 2013-08-28 11:17 | |||||
Reporter | carlosazevedo | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Assigned To | caseydk | |||||||||
Priority | normal | Severity | major | Reproducibility | always | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | ||||||||||
Target Version | Fixed in Version | 3.0.0 | ||||||||
Summary | 0001283: FIX: Permissions for an user are not shown on the 'View User' page | |||||||||
Description | The fix is the following changes on the file 'vw_user_perms' in the 'admin' module directory : } - if (!canView($mod_data['section_value'], $mod_data['value'])) { + if (!canView($mod_data['value'])) { continue; } '</td>'; $buf .= '<td nowrap="nowrap">'; - $canDelete = (canEdit('users') && canEdit($mod_data['section_value'], $mod_data['value'])); + $canDelete = (canEdit('users') && canEdit($mod_data['value'])); if ($canDelete) { | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files |
Notes | |||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2013-03-05 07:57 | carlosazevedo | New Issue | |||
2013-06-02 23:37 | caseydk | Relationship added | related to 0001284 | ||
2013-06-02 23:46 | caseydk | Note Added: 0002931 | |||
2013-06-02 23:46 | caseydk | Status | new => resolved | ||
2013-06-02 23:46 | caseydk | Resolution | open => fixed | ||
2013-06-02 23:46 | caseydk | Assigned To | => caseydk | ||
2013-08-28 11:14 | caseydk | Fixed in Version | => 3.0.0 | ||
2013-08-28 11:17 | caseydk | Status | resolved => closed |