#1575 closed defect (fixed)
Can't remove user from the role or group
Reported by: | ChristineBao | Owned by: | Christine Bao |
---|---|---|---|
Priority: | high | Milestone: | 2.3 |
Component: | Map Admin | Version: | 2.2.0 |
Severity: | critical | Keywords: | |
Cc: | Jenny He; Bruce Dechant | External ID: | 1374623 |
Description
Report from Autodesk QA:
- 1. go to mapadmin page (http://localhost/mapguide2012/mapadmin/)[[BR]]
- add user (e.g 'qa1')
- assign roles to the new user , ticking both Administrator role and Map Author role
- enter 'manage users' to make sure the role assignment is successful
- enter 'Assign Roles' page again, uncheck the roles for 'qa1' and save
- enter 'manage users' page to check the 'qa1' setting
result:
for 'qa1', it still has the roles 'Adminsitrator' and 'Author' assigned.
expecation:
'qa1' has no roles assigned.
Attachments (1)
Change History (7)
comment:1 by , 14 years ago
by , 14 years ago
Attachment: | Fix#1575.patch added |
---|
comment:3 by , 14 years ago
Bruce found another defect about removing user from group. The patch has been updated to fix:
- Remove user from role.
- Remove user from group.
- Remove group from role.
comment:4 by , 14 years ago
Summary: | Can't remove user from the role → Can't remove user from the role or group |
---|
comment:5 by , 14 years ago
Milestone: | 2.2 → 2.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 2.1.0 → 2.2.0 |
Note:
See TracTickets
for help on using tickets.
Tech assessment:
This is caused by the xQuery not correct. The role xml in side MgSiteResourceContents.dbxml is:
According to the xml structure, modify the xQuery string to something like:
Test in MapGuide and pass.