-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify sorting in GOD of Button Groups #5513
Conversation
GOD tree sorts Button Groups by their name. Fixing table to have same sort as tree Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1665031
@ZitaNemeckova Cannot apply the following label because they are not recognized: automate/automation |
@miq-bot add_label automation/automate |
Checked commit ZitaNemeckova@578acdb with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@miq-bot add_label changelog/yes |
@miq-bot remove_label bugzilla needed |
@romanblanco please have a look, thanks :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tesed, works 👍
GOD tree sorts Button Groups by their name. Fixing table to have same sort as tree.
Go to Automation -> Automate -> Generic Objects -> Add few Button Groups with names that go from Z to A (so their chronological and alphabetical orders are different!) -> see tree and table orders are different
Before:
![image](https://user-images.githubusercontent.com/9210860/57015171-a03c5e00-6c13-11e9-96f7-6052a0462770.png)
After:
![image](https://user-images.githubusercontent.com/9210860/57015173-a4687b80-6c13-11e9-8ae7-dbb422bda528.png)
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1665031
#5146 didn't fix the problem completely.
@miq-bot add_label bug, generic objects, automate/automation, hammer/yes, gaprindashvili/yes, bugzilla needed