Hello everyone,
How can I check if the current user belongs to a specific group in WAP.
I need to change some editable fields to read only for a group and allow editions for another group. I was thinking of changing the source code in the Edit Widget checking the editor's group.
Scope:
For regular users the field is not editable, and populated with a default value.
For administrators, the field is editable.
Any ideas on how to implement this functionality?
Thanks