Fixes #3322 - Quotation marks are encoded when displayed

This commit is contained in:
Mantas 2020-12-07 11:20:56 +02:00 committed by Thorsten Eckel
parent 3530ea7787
commit 149e622a1a

View file

@ -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()