Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for checking permission of page's parents. #1

Merged
merged 1 commit into from Jan 24, 2013

Conversation

netcarver
Copy link
Contributor

Allows you to optionally check the edit permission of each of the page's parents.

This can greatly reduce the number of pages which need to be added to a user's editable-pages list as it allows only the page acting as the container of a group of pages to be tagged as editable.

So, instead of this...

/
|- John's Tags
|         |-- Soccer (added to John's list)
|         |-- Rugby ( ditto )
|         |-- Skiing ( ditto )
|...

You only have to add the "John's Tags" page to user John's editable-pages list and all the child pages can now be edited by him.

ryancramerdesign added a commit that referenced this pull request Jan 24, 2013
Add support for checking permission of page's parents.
@ryancramerdesign ryancramerdesign merged commit 800a0f7 into ryancramerdesign:master Jan 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants