First attempt on campaign editing. Misses attachments. Untested.
This commit is contained in:
parent
ee786bc8ad
commit
0e0fb944e3
26 changed files with 1244 additions and 233 deletions
|
@ -17,7 +17,7 @@ function getMenus(t) {
|
|||
':sendConfigurationId([0-9]+)': {
|
||||
title: resolved => t('Template "{{name}}"', {name: resolved.sendConfiguration.name}),
|
||||
resolve: {
|
||||
sendConfiguration: params => `rest/send-configurations/${params.sendConfigurationId}`
|
||||
sendConfiguration: params => `rest/send-configurations-private/${params.sendConfigurationId}`
|
||||
},
|
||||
link: params => `/send-configurations/${params.sendConfigurationId}/edit`,
|
||||
navs: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue