Increased body size of trigger email message.

This commit is contained in:
Martin Edenhofer 2018-02-19 11:13:12 +01:00
parent 7dc2875a49
commit a6b61f31c5

View file

@ -350,7 +350,7 @@ class App.UiElement.ticket_perform_action
notificationElement.find('.js-body div[contenteditable="true"]').ce(
mode: 'richtext'
placeholder: 'message'
maxlength: 2000
maxlength: 20000
)
new App.WidgetPlaceholder(
el: notificationElement.find('.js-body div[contenteditable="true"]').parent()