-
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
[WIP] Fixed reconfigure button #8428
[WIP] Fixed reconfigure button #8428
Conversation
In order to test this PR you need to replace the line: and you need to comment out the lines:
in service_center.rb |
703d43e
to
7964c0d
Compare
7964c0d
to
dc9083e
Compare
@jeffibm Can you take a look at this PR? I can't get the values Also make these changes locally to get the PR to work:
I don't think the form will load properly since something seems broken there and this should probably be converted to react but for now can you fix the reconfigure button so it properly gets the required values before we worry about converting to react. |
fdacbec
to
3d40e67
Compare
Checked commits GilbertCherrie/manageiq-ui-classic@dc9083e~...3d40e67 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint app/controllers/service_controller.rb
app/helpers/application_helper/toolbar/service_center.rb
app/views/service/_reconfigure_form.html.haml
app/views/service/reconfigure_dialog.html.haml |
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
this PR adds the button back but the button does not work This may be moving to React |
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
This pull request is not mergeable. Please rebase and repush. |
This pull request has been automatically closed because it has not been updated for at least 3 months. Feel free to reopen this pull request if these changes are still valid. Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
@GilbertCherrie I'm guessing this is still viable. could you confirm? |
@kbrock I think @DavidResende0 fixed this in a different PR. Going to close this for now. |
The reconfigure service button functionality was unintentionally removed in this PR: #8229
This PR is adding that button functionality back, however the reconfigure form is still broken and nothing renders on that page. I was thinking this should be fixed in a new PR or should just be fixed by converting this page to react all together.