[ENHANCEMENTS] Duplicate & Sort Access Control Rules
Is your feature request related to a problem? Please describe. If I open the Dropdown Menu with the Access Control Rules, they are sorted randomly.(?)
Describe the solution you'd like It would be great if the Access Control Rules are sorted alphabetically or if there is an option to switch this. Also it would be great if I could duplicate Access Control Lists, so I don´t need to add all IPs manually.
Describe alternatives you've considered Instead of Duplicate Access Control Rules an Import / Export could be great too.
Additional context Just for my understanding. Is there a reason why every Access Control Rule needs a description? I mean idc I just copy and paste the Title. It´s just a little confusing, because there is no "Required" or * next to it. 😃
Hey @MattisBrumm
I think you can already copy an access rule just by copying the config file under conf/access. But yeah, allowing copying on the UI might be a good idea as well.
Is there a reason why every Access Control Rule needs a description?
No, it happen to be this way because allowing empty access control rule description will make me write a few more lines of code for checking and handling empty descriptions, and I am just too lazy for that. I am open in changing this design if you are willing to contribute a pull request for it.