1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 07:11:44 +00:00

Enable Users and Domains actions, add email notification (#2700)

This commit is contained in:
Pavlo Tkach
2025-02-28 16:57:49 -05:00
committed by GitHub
parent ea1e8d5cc5
commit 6c7bf5e5dd
22 changed files with 31 additions and 32 deletions

View File

@@ -27,12 +27,10 @@ export const DISABLED_ELEMENTS_PER_ROLE = {
NONE: [
RESTRICTED_ELEMENTS.REGISTRAR_ELEMENT,
RESTRICTED_ELEMENTS.OTE,
RESTRICTED_ELEMENTS.USERS,
RESTRICTED_ELEMENTS.BULK_DELETE,
RESTRICTED_ELEMENTS.SUSPEND,
],
SUPPORT_LEAD: [RESTRICTED_ELEMENTS.USERS],
SUPPORT_AGENT: [RESTRICTED_ELEMENTS.USERS],
SUPPORT_LEAD: [],
SUPPORT_AGENT: [],
};
@Directive({