btzq commented on issue #8865:
URL: https://github.com/apache/cloudstack/issues/8865#issuecomment-2051353905

   @DaanHoogland i just retested and i think i know the confusion:
   
   - Lets say i have 10 ACL Rules in the List. All numbered from 1-10.
   - If i change Rule 2 manually to be 'Rule Number = 200', then i can see the 
rule being sorted automatically to the bottom. 
   - But now, if i look back at the top of the rule list, i see now the rules 
in the order of (1,3,4,5,6,7,8,9,10,200)
   
   And if you were to try to rearange things later on, it becomes super 
complicated because it doesnt re-initiliase the rule numbers. For example:
   
   - Lets say we have (1,3,4,5,6,7,8,9,10,200)
   - If you try to drag 4 to the position of 2 (in between 1 and 3), the result 
you get is the rule number 3 (when it should be 2)
   
   So maybe what we need instead to make it less confusing is to re-initailise 
the rule numbers?


-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to