Closed mahalakshme closed 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
@himeshr it looks fine to me.
Acceptance criteria:
Should be backward compatible - in the sense that existing Administrator groups should have this new privilege enabled and for others disabled.