Please help us help you and fill where relevant:
Your LimeSurvey version: limesurvey5.3.13+220509
Own server or LimeSurvey hosting: Own Server
Survey theme/template: Bay Of Many
==================
Hello, last sunday i decided to give permissions to all users on my server to create poll groups.
For this i use the next query:
INSERT INTO `lime_permissions` (`id`, `entity`, `entity_id`, `uid`, `permission`, `create_p`, `read_p`, `update_p`, `delete_p`, `import_p`, `export_p`) SELECT NULL, 'global', '0', uid , 'surveysgroups', '1', '0', '0', '0', '0', '0' FROM `lime_users` WHERE uid!=1;
And this worked. All the users now can create can create their own survey groups.
but now I want them can use the permission button so they can add other users to their own survey groups.
The problem is that when they press the button and it takes them to the add users page, the dropdowns do not appear.
This only works with the Admin user, and I think I should add some permission on the table lime_permissions but i dont know wich one.
Images attached: example with a non Admin user loged in his own survey group:
Thanks for help!