-
Notifications
You must be signed in to change notification settings - Fork 358
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
Make all react forms API-driven #7422
Comments
|
I am going to work on api for:
|
Already done in ManageIQ/manageiq-api#927 |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
The react-conversion of some forms was blocked by missing or buggy API endpoints, so the legacy endpoints were altered to behave like API endpoints. It's easy to spot these as they're using either
http.post
ormiqAjaxButton
not just to return to the previous page, but also to POST the data against a ui-classic URL. These should be fixed and any missing logic should be moved to the API repo.Compute/Infrastructure/Virtual Machines -> Set OwnershipThe text was updated successfully, but these errors were encountered: