View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0025722 | mantisbt | administration | public | 2019-04-29 10:39 | 2019-09-03 11:27 |
| Reporter | fubertosi | Assigned To | cproensa | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.20.0 | ||||
| Target Version | 2.21.1 | Fixed in Version | 2.21.1 | ||
| Summary | 0025722: Wrong access_level settings when updating rights in the project admin page | ||||
| Description | Since the 2.20.0 version, it's possible to update the attachement rights user/project in the admin page of the project, via the blue link [modify] (see pj) 'UPDATE mantis_project_user_list_table SET access_level = 70 WHERE user_id = 208' "and project_id=XXX " is missing!! | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
Thanks @fubertosi |
|
|
MantisBT: master 78b3a4f0 2019-04-29 13:39 Committer: dregad Details Diff |
Fix updating user access level for projects Fix an error from PR 1449 where updating access level for a user in a project, updates the access levels on all projects assigned to that user. Missing project_id in the update query. Fixes: 0025722 |
Affected Issues 0025722 |
|
| mod - core/project_api.php | Diff File | ||