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
I could realy use some help with the profileRights.
The only way i got some form of rights implemented is by actually borrowing the 'config' right and overloading the canCreate and canPurge methods (because the setup right only implements read and update). i.e
So I was wondering, is there an easy way to add new item_types with default CRUD permissions to the existing profiles UI say the setup tab?
So far the only documentation i have found is about checking and adding custom permissions, not how to implement default CRUD rights on a new item_type in a way that also allows the user to 'configure' them in the default profiles menus. It always seems to require a tab to be added in which a custom form needs to be implemented. I would like to prevent the last and lean on the allready present implementation.
Thanks in advance,
The text was updated successfully, but these errors were encountered:
Hi,
I could realy use some help with the profileRights.
The only way i got some form of rights implemented is by actually borrowing the 'config' right and overloading the canCreate and canPurge methods (because the setup right only implements read and update). i.e
So I was wondering, is there an easy way to add new item_types with default CRUD permissions to the existing profiles UI say the setup tab?
So far the only documentation i have found is about checking and adding custom permissions, not how to implement default CRUD rights on a new item_type in a way that also allows the user to 'configure' them in the default profiles menus. It always seems to require a tab to be added in which a custom form needs to be implemented. I would like to prevent the last and lean on the allready present implementation.
Thanks in advance,
The text was updated successfully, but these errors were encountered: