Fixed typo in ticket perform widget.
This commit is contained in:
parent
1e25d2804d
commit
18978ee7fe
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class App.UiElement.ticket_perform_action
|
|||
elements["#{groupKey}.email"] = { name: 'email', display: 'Email' }
|
||||
elements["#{groupKey}.sms"] = { name: 'sms', display: 'SMS' }
|
||||
else if groupKey is 'article'
|
||||
elements["#{groupKey}.note"] = { name: 'note', display: 'Notiz' }
|
||||
elements["#{groupKey}.note"] = { name: 'note', display: 'Note' }
|
||||
else
|
||||
|
||||
for row in App[groupMeta.model].configure_attributes
|
||||
|
|
Loading…
Reference in a new issue