avniproject / avni-webapp

Web application for management and data entry
https://avniproject.org
GNU Affero General Public License v3.0
12 stars 42 forks source link

Permissions for configuring message rule for users #1103

Closed mahalakshme closed 10 months ago

mahalakshme commented 11 months ago

Acceptance criteria:

himeshr commented 10 months ago

@mahalakshme and @joy, I'll be creating a migration for performing the following update as per the requirement specified in the card description:

UPDATE public.privilege
SET description = 'Create and update users and their subject, task , group or identifier assignments', last_modified_date_time = now()
WHERE name = 'Edit user configuration' and type = 'EditUserConfiguration';

UPDATE public.privilege
SET description = 'Edit organisation configuration like filters, languages, userMessagingConfig, etc.,', last_modified_date_time = now()
WHERE name = 'Edit organisation configuration' and type = 'EditOrganisationConfiguration';

Lemme know if the description needs to be changed further

mahalakshme commented 10 months ago

@himeshr it looks fine to me.