Fixes #3322 - Quotation marks are encoded when displayed
This commit is contained in:
parent
3530ea7787
commit
149e622a1a
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ class App.UiElement.ticket_perform_action
|
|||
for recipient in meta.recipient
|
||||
if key is recipient
|
||||
selected = true
|
||||
columnSelectOptions.push({ value: key, name: App.i18n.translateInline(value), selected: selected })
|
||||
columnSelectOptions.push({ value: key, name: App.i18n.translatePlain(value), selected: selected })
|
||||
|
||||
columnSelectRecipientUserOptions = []
|
||||
for user in App.User.all()
|
||||
|
|
Loading…
Reference in a new issue