diff --git a/lib/WebGUI/Operation/Settings.pm b/lib/WebGUI/Operation/Settings.pm index 2d81035d6..d0dc4e7b7 100644 --- a/lib/WebGUI/Operation/Settings.pm +++ b/lib/WebGUI/Operation/Settings.pm @@ -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'),