fix a bad templateId for the Notification template.
This commit is contained in:
parent
3eccc9d62f
commit
761ac9adb0
1 changed files with 2 additions and 1 deletions
|
|
@ -306,7 +306,8 @@ sub definition {
|
|||
push(@fields, {
|
||||
tab => 'messaging',
|
||||
fieldType => 'template',
|
||||
name => 'inboxNotificationTemplateId',
|
||||
#1234567890123456789012
|
||||
name => 'inboxNotification00001',
|
||||
label => $i18n->get('inbox notification template', 'Message_Center'),
|
||||
hoverHelp => $i18n->get('inbox notification template help', 'Message_Center'),
|
||||
defaultValue => $setting->get('inboxNotificationTemplateId'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue