[
https://issues.apache.org/jira/browse/GUACAMOLE-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Jumper closed GUACAMOLE-2069.
----------------------------------
Fix Version/s: 1.6.1
Resolution: Fixed
> 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
> Priority: Minor
> Fix For: 1.6.1
>
>
> 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
> {code:java}
> "options" : [ "", "262144", "1048576", "10485760" ] {code}
> 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)