Re: [I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-05-28 Thread via GitHub
shwstppr closed issue #8865: Option to set ACL Rule to be the very bottom by default URL: https://github.com/apache/cloudstack/issues/8865 -- 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 specifi

Re: [I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-05-28 Thread via GitHub
shwstppr commented on issue #8865: URL: https://github.com/apache/cloudstack/issues/8865#issuecomment-2134486372 Fixed with #9119 Adding a new API for re-ordering list with rule numbers can be a separate discussion -- This is an automated message from the Apache Git Service. To re

Re: [I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-04-12 Thread via GitHub
DaanHoogland commented on issue #8865: URL: https://github.com/apache/cloudstack/issues/8865#issuecomment-2051458319 ok, makes sense. This could also be a UI implementation or as alternative an extra API `reorderAclList` or the likes. I would expect it to get the id of the list and an `inte

Re: [I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-04-12 Thread via GitHub
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

Re: [I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-04-12 Thread via GitHub
DaanHoogland commented on issue #8865: URL: https://github.com/apache/cloudstack/issues/8865#issuecomment-2051286493 > I think at least, the Cloudstack GUI should auto sort the ACL Rules based on the 'number'. I think it does, at least from the UI. Can you describe the scenario in wh

Re: [I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-04-12 Thread via GitHub
btzq commented on issue #8865: URL: https://github.com/apache/cloudstack/issues/8865#issuecomment-2051275926 I think at least, the Cloudstack GUI should auto sort the ACL Rules based on the 'number'. It would just be a UI change and would improve the usability. -- This is an auto

Re: [I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-04-12 Thread via GitHub
DaanHoogland commented on issue #8865: URL: https://github.com/apache/cloudstack/issues/8865#issuecomment-2051246195 > @DaanHoogland i wanst sure that the 'number' parameter was working. Because i was intuitively expecting that the row would automatically be moved/sorted to the bottom of th

Re: [I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-04-11 Thread via GitHub
btzq commented on issue #8865: URL: https://github.com/apache/cloudstack/issues/8865#issuecomment-2050842134 @DaanHoogland i wanst sure that the 'number' parameter was working. Because i was intuitively expecting that the row would automatically be moved/sorted to the bottom of the page. I

Re: [I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-04-11 Thread via GitHub
DaanHoogland commented on issue #8865: URL: https://github.com/apache/cloudstack/issues/8865#issuecomment-2049234863 I think the createNetworkAcl should be renamed to createNetworkAclItem to be more consistent with the other commands. Same for deleteNetworkACL(Item)! -- This is an automat

Re: [I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-04-11 Thread via GitHub
DaanHoogland commented on issue #8865: URL: https://github.com/apache/cloudstack/issues/8865#issuecomment-2049231754 @btzq , you can use the parameter `number` to set the order of an acl item in the acl list. Does this fullfill this functionality? We may need to improve the documentation fo

[I] Option to set ACL Rule to be the very bottom by default [cloudstack]

2024-04-01 Thread via GitHub
btzq opened a new issue, #8865: URL: https://github.com/apache/cloudstack/issues/8865 # ISSUE TYPE * Improvement Request # COMPONENT NAME ~~~ Improvement Request (UI, Functionality) ~~~ # CLOUDSTACK VERSION ~~~ 4.19 ~~~