Describe the bug
When a column used for filtering (json output for example) contains non-ascii caracters, the generated filter when using drag and drop is faulty. The generated javascript is for example $json.Création which is an invalid javascript statement.
To Reproduce
Steps to reproduce the behavior:
Ensure to create a json output node that generates a non-ascii column (not value, very important)
Create a filter node on any workflow after this json output node
Drag and drop the non-ascii column to Value 1
Expected behavior
Use brackets in the generated javascript like it is the case when column contains spaces.
Environment (please complete the following information):
Describe the bug When a column used for filtering (json output for example) contains non-ascii caracters, the generated filter when using drag and drop is faulty. The generated javascript is for example
$json.Création
which is an invalid javascript statement.To Reproduce
Steps to reproduce the behavior:
Expected behavior Use brackets in the generated javascript like it is the case when column contains spaces.
Environment (please complete the following information):
Additional context None