CharlesQueiroz commented on issue #7278:
URL: https://github.com/apache/cloudstack/issues/7278#issuecomment-1673045457

   Guys, I reproduced the problem, and the ordering is not being maintained. I 
discovered that the issue is due to using a Hashtable instead of a 
LinkedHashMap when returning the results to the front end.
   
   As Hashtable does not maintain the insertion order, it returns the list 
similarly. I've created a PR that solves this problem. 
   
   Here: https://github.com/apache/cloudstack/pull/7844
   
   If anyone could take a look, I'd appreciate it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to