mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-02 04:53:41 +00:00
refactor: replace contacts:manage with with more granular permissions like contacts:read_all, contacts:read, contacts:block etc.
fix: filter out unknown permissions from role form while submitting fix: correct strong password validation logic on reset refactor: remove contact note update handler as it adds more complexity agents can simply delete note. feat: new block contact api which required contacts:block perm
This commit is contained in:
10
i18n/en.json
10
i18n/en.json
@@ -480,7 +480,13 @@
|
||||
"admin.role.businessHours.manage": "Manage Business Hours",
|
||||
"admin.role.sla.manage": "Manage SLA Policies",
|
||||
"admin.role.ai.manage": "Manage AI Features",
|
||||
"admin.role.contacts.manage": "Manage Contacts",
|
||||
"admin.role.contacts.readAll": "View All Contacts",
|
||||
"admin.role.contacts.read": "View Contact Details",
|
||||
"admin.role.contacts.write": "Edit Contact Details",
|
||||
"admin.role.contacts.block": "Block Contacts",
|
||||
"admin.role.contactNotes.read": "View Contact Notes",
|
||||
"admin.role.contactNotes.write": "Add or Edit Contact Notes",
|
||||
"admin.role.contactNotes.delete": "Delete Contact Notes",
|
||||
"admin.role.customAttributes.manage": "Manage Custom Attributes",
|
||||
"admin.automation.newConversation.description": "Rules that run when a new conversation is created, drag and drop to reorder rules.",
|
||||
"admin.automation.conversationUpdate": "Conversation Update",
|
||||
@@ -609,7 +615,7 @@
|
||||
"contact.blockConfirm": "Are you sure you want to block this contact? They will no longer be able to interact with you.",
|
||||
"contact.unblockConfirm": "Are you sure you want to unblock this contact? They will be able to interact with you again.",
|
||||
"contact.alreadyExistsWithEmail": "Another contact with same email already exists",
|
||||
"contact.noNotes": "No notes yet",
|
||||
"contact.noNotes": "No notes yet",
|
||||
"contact.notes.help": " Add note for this contact to keep track of important information and conversations.",
|
||||
"admin.customAttributes.deleteConfirmation": "This action cannot be undone. This will permanently delete this custom attribute.",
|
||||
"admin.customAttributes.regex.description": "Regex to validate the value of this custom attribute. Leave empty to skip validation.",
|
||||
|
||||
Reference in New Issue
Block a user