-
Notifications
You must be signed in to change notification settings - Fork 143
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
[GAPRINDASHVILI] Pass option to retain dialog values so they're not rerun #406
Conversation
@miq-bot add_label g/only |
@d-m-u Cannot apply the following label because they are not recognized: g/only |
Travis fails because we need https://github.com/ManageIQ/manageiq-api/pull/405/files to set the permissions right |
Checked commit d-m-u@8aa3d64 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@miq-bot assign @simaishi @d-m-u No need to set the |
@miq-bot add_label blocker |
@eclarizio were you able to review this PR. |
@gtanzillo the master equiv of this got merged while I was gone, can you review this one too, please? |
There was a typo introduced by ManageIQ#406 in the service template mixin, this fixes it to match the PR on master.
There was a typo introduced by ManageIQ#406 in the service template mixin, this fixes it to match the PR on master.
Dialogs are being run twice, once on load, once on submit, this lets us reuse the values we picked so they don't rerun on submit.
Master PR: #407
Fix for
https://bugzilla.redhat.com/show_bug.cgi?id=1591427https://bugzilla.redhat.com/show_bug.cgi?id=1595776
There's a related main PR.
It's eclarizio's code.
Also it's WIP cause it needs tests.
Related to:
ManageIQ/manageiq#17641