Skip to content

Commit

Permalink
Fixes zammad#4814 - Active field shows wrong value after multiple edi…
Browse files Browse the repository at this point in the history
…ting.

Co-authored-by: Dusan Vuckovic <[email protected]>
Co-authored-by: Florian Liebe <[email protected]>
  • Loading branch information
3 people committed Sep 13, 2023
1 parent 3610f2e commit adb3462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class App.UiElement.active extends App.UiElement.ApplicationUiElement
attribute.translate = true

# build options list
attribute.options = @OPTIONS
attribute.options = $.extend(true, [], @OPTIONS)

# build options list based on config
@getConfigOptionList(attribute, params)
Expand Down

0 comments on commit adb3462

Please sign in to comment.