Manage permissions being removed when a section is contentpage_edit ed
Reported by Imran | June 23rd, 2011 @ 06:26 PM | in Release Candidate 2 (closed)
Give a user manage permissions on a section and zero or more subsections.
Now edit that section (i.e. contentpage_edit)
Press Save
The user's manage permissions on the page and all subpages have been deleted.
modules/navigationmodule/actions/save_contentpage.php calls:
navigationmodule::checkForSectionalAdmins($section->id);
Looking at the function in modules/navigationmodule/class.php reveals the comment:
// remove any manage permissions for this page and it's children
It doesn't look like the permissions are successfully granted after being removed following that comment and it's not clear why it even does that.
Comments and changes to this ticket
-
dleffler July 29th, 2011 @ 08:06 PM
- Assigned user set to expNinja
- Tag set to permissions
- Milestone set to Release Candidate 2
- Milestone order changed from 69 to 0
expNinja, could you check this out? Not sure if it was the focus of your last effort and was fixed.
-
expNinja August 9th, 2011 @ 04:41 PM
- State changed from new to resolved
(from [65090a26faf9851905f64d69215e3504c27b9596]) fixes an issue where page level managers would lose permissions on page save. [#216 state:resolved] https://github.com/exponentcms/exponent-cms/commit/65090a26faf98519...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS