title | issue |
---|---|
ACL for email templates module in settings |
NEXT-8950 |
- Added ACL privileges to email templates module in settings
- Changed method
onDuplicate
insw-mail-header-footer-list/index.js
to navigate correctly - Added method
checkCanBeDeleted
insw-mail-header-footer-list/index.js
- Added method
getMailHeaderFooterCriteria
insw-mail-header-footer-list/index.js
- Added method
showDeleteErrorNotification
insw-mail-header-footer-list/index.js
- Added method
onDelete
insw-mail-header-footer-list/index.js
to handle deleting single mail header footer - Added method
onMultipleDelete
insw-mail-header-footer-list/index.js
to handle deleting multiple mail header footers - Added computed
allowSave
insw-mail-template-detail/index.js
- Added
shortcuts
insw-mail-template-detail/index.js
- Added computed
tooltipSave
to show tooltip for Save button in mail template detail page - Added
mapPropertyErrors
insw-mail-template-detail/index.js
to show validation error for required fields - Changed method
onSave
insw-mail-template-detail/index.js
to fix infinite loading when trying to save empty mail template - Changed method
handleSalesChannel
insw-mail-tempalte-detail/index.js
to fix infinite loading when trying to save empty mail template - Added method
allowSave
insw-mail-header-footer-detail/index.js
- Added
shortcuts
insw-mail-header-footer-detail/index.js
- Added
mapPropertyErrors
insw-mail-header-footer-detail/index.js
to show validation error for required fields - Added computed
tooltipSave
to show tooltip for Save button in mail header footer detail page