You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To update permission slugs i had to save clean slug before save my new slugs, Permissions have a SetMutator in slug attribute, so its always sync with original values stored on model.
Hi ya,
Thanks for the great package! really nice to work with.
I've noticed in
\Kodeine\Acl\Models\Eloquent\Permission
that whenupdating
the slug, it adds any new items, but won't allow deletion.I presume this is correct behaviour and is in place to prevent people messing things up?
Personally, I would like the ability to delete the slug. However, this is pretty trivial in the DB.
Any thoughts?
Thanks again.
The text was updated successfully, but these errors were encountered: