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 am trying to add new site permissions to users using the Batch Edit form but my changes are not applied.
I've seen that the form fields remove_from_site_permission, add_to_site_permission and add_to_site_permission_role are processed in the following function that is itself not referenced anywhere else, although probably intended to be attached to a listener:
Also, I was trying to add these fields to the UserForm myself but maybe this would be a nice addition to core. Adding a user permission to multiple sites is a bit of a tedious task today.
Thanks in advance and have a nice day
Laurent
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to add new site permissions to users using the Batch Edit form but my changes are not applied.
I've seen that the form fields
remove_from_site_permission
,add_to_site_permission
andadd_to_site_permission_role
are processed in the following function that is itself not referenced anywhere else, although probably intended to be attached to a listener:omeka-s/application/Module.php
Line 409 in 11357cd
Also, I was trying to add these fields to the UserForm myself but maybe this would be a nice addition to core. Adding a user permission to multiple sites is a bit of a tedious task today.
Thanks in advance and have a nice day
Laurent
The text was updated successfully, but these errors were encountered: