[ 
https://issues.apache.org/jira/browse/GUACAMOLE-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugen Hartmann updated GUACAMOLE-2069:
--------------------------------------
    Description: 
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

 

  was:
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

 


> 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
>
> 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)

Reply via email to