mailtrain/client/src/campaigns
Tomas Bures 7914077acb Added 'sendToTestUsers' permission to templates to control if a user can send a template to test users. (Up till now this was permitted by default.)
Campaigns list is now by default ordered by 'Created' in descending order.

Fixed display bug - two clicks on main menu item made it disappear

Campaign Status is now protected by 'view' permission. (Up till now it was 'viewStats' permission.)

Fixes in campaign status to hide send buttons and test send button if a user does not have necessary permissions.

Templates, Mosaico templates and Campaigns (edit and content) are now displayed to user even if the user does have only 'view' permission (not 'edit'). A banner is displayed that the user cannot save any changes and buttons are removed from the edit pages. This is to allow users to copy settings and content from existing campaigns which they are not supposed to edit. A better solution would be to display the edit and content form in read-only mode, but this seems to be a bit complicated.
2020-01-12 12:07:14 +01:00
..
triggers Added subscription changed trigger 2019-12-03 09:08:40 +01:00
Content.js Added 'sendToTestUsers' permission to templates to control if a user can send a template to test users. (Up till now this was permitted by default.) 2020-01-12 12:07:14 +01:00
CUD.js Added 'sendToTestUsers' permission to templates to control if a user can send a template to test users. (Up till now this was permitted by default.) 2020-01-12 12:07:14 +01:00
helpers.js - Refactoring of the mail sending part. Mail queue (table 'queued') is now used also for all test emails. 2019-06-25 07:18:06 +02:00
List.js Added 'sendToTestUsers' permission to templates to control if a user can send a template to test users. (Up till now this was permitted by default.) 2020-01-12 12:07:14 +01:00
root.js Added 'sendToTestUsers' permission to templates to control if a user can send a template to test users. (Up till now this was permitted by default.) 2020-01-12 12:07:14 +01:00
Statistics.js Fixes. 2019-07-22 23:54:24 +05:30
StatisticsLinkClicks.js Work in progress on confirmation dialogs displayed when one navigates from a page with unsaved changes. 2019-05-08 23:48:13 +02:00
StatisticsOpened.js Work in progress on confirmation dialogs displayed when one navigates from a page with unsaved changes. 2019-05-08 23:48:13 +02:00
StatisticsSubsList.js Work in progress on confirmation dialogs displayed when one navigates from a page with unsaved changes. 2019-05-08 23:48:13 +02:00
Status.js Added 'sendToTestUsers' permission to templates to control if a user can send a template to test users. (Up till now this was permitted by default.) 2020-01-12 12:07:14 +01:00
styles.scss Added quick reports (at this moment only one) to campaign statistics page. 2019-04-22 22:46:48 +02:00
TestSendModalDialog.js Added 'sendToTestUsers' permission to templates to control if a user can send a template to test users. (Up till now this was permitted by default.) 2020-01-12 12:07:14 +01:00