Increased body size of trigger email message.
This commit is contained in:
parent
7dc2875a49
commit
a6b61f31c5
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ class App.UiElement.ticket_perform_action
|
||||||
notificationElement.find('.js-body div[contenteditable="true"]').ce(
|
notificationElement.find('.js-body div[contenteditable="true"]').ce(
|
||||||
mode: 'richtext'
|
mode: 'richtext'
|
||||||
placeholder: 'message'
|
placeholder: 'message'
|
||||||
maxlength: 2000
|
maxlength: 20000
|
||||||
)
|
)
|
||||||
new App.WidgetPlaceholder(
|
new App.WidgetPlaceholder(
|
||||||
el: notificationElement.find('.js-body div[contenteditable="true"]').parent()
|
el: notificationElement.find('.js-body div[contenteditable="true"]').parent()
|
||||||
|
|
Loading…
Reference in a new issue