Initial draft of installation scripts for CentOS 8
Fixed bug in cancelling scheduled send - If campaign was scheduled to be sent, a checkbox was still shown on the campaign status page. This gave wrong impression that by unchecking the checkbox, the scheduling is cancelled. Checkbox is removed now and the "Pause" button has be renamed to "Cancel scheduling" Added default role for campaign admin that administer multiple namespaces.
This commit is contained in:
parent
f323033da7
commit
665a0d0614
6 changed files with 85 additions and 4 deletions
|
@ -280,6 +280,10 @@ defaultRoles:
|
|||
description: Under the namespace in which the user is located, the user has all permissions for managing lists, templates and campaigns and the permission to send to send configurations.
|
||||
permissions: [setupAutomation]
|
||||
ownNamespaceRole: campaignsAdmin
|
||||
campaignsAdminWithoutNamespace:
|
||||
name: Campaigns Admin (multiple namespaces)
|
||||
description: Has basic set of rights to setup campaigns, edit lists and templates. The particular namespaces to which it has access have to be shared individually
|
||||
permissions: [setupAutomation]
|
||||
nobody:
|
||||
name: None
|
||||
description: No permissions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue