Eugen Hartmann created GUACAMOLE-2069:
-----------------------------------------
Summary: Sorting breaks correct order of enum items
Key: GUACAMOLE-2069
URL: https://issues.apache.org/jira/browse/GUACAMOLE-2069
Project: Guacamole
Issue Type: Bug
Components: guacamole
Affects Versions: 1.5.5
Reporter: Eugen Hartmann
Even if you specify items of an enum in the correct order, for example:
guacamole-client/blob/main/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/ssh.json
"options" : [ "", "262144", "1048576", "10485760" ]
the order will be broken by sorting in a template:
guacamole/src/main/frontend/src/app/form/templates/selectField.html
--
This message was sent by Atlassian Jira
(v8.20.10#820010)