-
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
How to move a {Entity} to other parent? #108
Comments
Hello,
I don't remember exactly but if there's a move/edit function for permissions, the same should be there for roles as they inherit the same base class.
… On Sep 19, 2018, at 7:09 AM, Nguyen Thanh Nam ***@***.***> wrote:
Hi @abiusx <https://github.com/abiusx> ,
I am going to make tree view for Roles and Permission with allowing user to Move, Edit, Delete, Create on tree.
With moving function, I could not find how to move a Role from it's current Parent Role to new Parent Role?
Could you tell me how to do that?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#108>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABVjWwXtm_CpzasrWxS5Oewaehw9Flhnks5uciXNgaJpZM4Wv7sz>.
|
Hi, |
Unfortunately I can't exactly recall what has happened. Maybe it was buggy. You can try to use that commit and see if it works for you, I remember I had it coded many years ago!
… On Sep 19, 2018, at 1:13 PM, Nguyen Thanh Nam ***@***.***> wrote:
Hi,
Sorry but I can not find any move function for permissions. I looked up at git history and see that move function was revert: "Revert "added move functionality, needs thorough testing." as that commit: 4e1d9e8 <4e1d9e8>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#108 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABVjWz1CqUi9JmqpIaLrca_b4a6gYLWqks5ucnszgaJpZM4Wv7sz>.
|
Yes, your code was from 2014, now I am try to use it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @abiusx ,
I am going to make tree view for Roles and Permission with allowing user to Move, Edit, Delete, Create on tree.
With moving function, I could not find how to move a Role from it's current Parent Role to new Parent Role?
Could you tell me how to do that?
The text was updated successfully, but these errors were encountered: