-
Notifications
You must be signed in to change notification settings - Fork 141
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
Removal of a Parent Permission #87
Comments
Hello,
|
Thanks for the response! What do you make of my second question? |
What second question?
|
?? Directly below the first...
Thanks |
I believe there is a move method.
|
Yeh sure, no problem! I can't see any 'move' method in docs? :-/ |
Alright!
|
OK cool, I'll give it a go. Let you know if any issues arise! Thanks again |
Hi,
You have done a fantastic job with this RBAC library, very impressed!
I do have a question though...
If I choose to remove a Permission for example, which has children/descendants, and choose NOT to remove recursively, what parent ID is then assigned to those children?
Also, I am using jsTree to render the permissions tree which works great. I have provided a drag and drop feature so that a user can easily drag a permission (and all it's children) somewhere else in the tree. What I can't work out though, is how can I update the permission to so it has a new parent (the one just dragged to)? I'm aware of the "edit()" method but that just allows you to update the title and/or description?
Thanks
The text was updated successfully, but these errors were encountered: