-
Notifications
You must be signed in to change notification settings - Fork 20
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
VersionX CMP, tabs permissions #68
Comments
If you've done this before, mind sharing the code? ;)
|
Sure. I will have access to that environment next week [On vacation on the country side at the moment ;) ] Also what I did was modifying the context action to work according to user permissions as well. eg. user right click a version and choose revert, but he has no edit permission on that resource/element then he gets an access denied error. i modified "function revert(array $options = array()" to check edit permission. Do you want me to trigger another issue for that as well? Can do, but again sharing the code is next week (it's 1 line anyway :) ) And i added delete version functionality in another environment. VersionX is my favourite extra, just it needs more time from you. Before i use it i was using a very basic custom plugin i made which is nothing compared to your great work. |
Forked. |
+1 |
Permissions would still be a good idea in the latest version for the CMP and object types. |
Check if user has permissions to view specific element before loading its tab in CMP. I've made some modification and have this option for one of my installation.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: