-
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
Switch to Advanced tab when only error is "Request is required" #5873
Conversation
@h-kataria Fixed. Please re-review, thanks :) |
@ZitaNemeckova minor issue found, |
@h-kataria I cannot reproduce it :/ For me it stays on Advanced tab. |
@ZitaNemeckova, the same happens to me |
c2f80bc
to
123301a
Compare
@romanblanco @h-kataria sorry my local branch and this PR were not in sync. I pushed my changes and now it should work well. |
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.
Tested, works 👍
@ZitaNemeckova test failures look related to changes in this PR |
Checked commits ZitaNemeckova/manageiq-ui-classic@a0760fc~...47b25af with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
Switch to Advanced tab when only error is "Request is required" (cherry picked from commit 88b4b54) https://bugzilla.redhat.com/show_bug.cgi?id=1717843
Ivanchuk backport details:
|
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1717843
Go to Automation -> Automate -> Customization -> Buttons -> Configuration -> Add/Edit a Button -> make sure Request in Advanced tab is empty and Text, Hover Text, Icon in Options are set -> click Add/Save
First commit fixes the bug, other commits just clean around a bit.
Before:
![Screenshot 2019-07-25 at 14 13 34](https://user-images.githubusercontent.com/9210860/61873728-f35a4000-aee6-11e9-9061-f7c4b70cbbd9.png)
After:
![Screenshot 2019-07-25 at 14 13 16](https://user-images.githubusercontent.com/9210860/61873722-ee958c00-aee6-11e9-8069-b182c36253db.png)
@miq-bot add_label bug, automation/automate, ivanchuk/yes, hammer/yes
@h-kataria please have a look, thanks :)