Merge pull request #13740 from CommanderRoot/patch-2
Fix input value escaping
This commit is contained in:
commit
7792dfba9f
@ -44,7 +44,7 @@
|
||||
{% elseif column_type starts with 'enum'
|
||||
or (column_type starts with 'set' and in_zoom_search_edit) %}
|
||||
{% set in_zoom_search_edit = false %}
|
||||
{% set value = column_type|e|slice(5, -1)|replace({"'": ''})|split(', ') %}
|
||||
{% set value = column_type|e|slice(5, -1)|replace({''': ''})|split(', ') %}
|
||||
{% set cnt_value = value|length %}
|
||||
{#
|
||||
Enum in edit mode --> dropdown
|
||||
|
||||
Loading…
Reference in New Issue
Block a user