Bug 1574403
| Summary: | 404 Not Found: When dialog submitted via custom button from datastore object with method and dialog both attached | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Yadnyawalk Tale <ytale> | ||||
| Component: | UI - OPS | Assignee: | Zita Nemeckova <znemecko> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Nikhil Dhandre <ndhandre> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 5.9.0 | CC: | cpelland, hkataria, lavenel, mpovolny, obarenbo, simaishi, znemecko | ||||
| Target Milestone: | GA | Keywords: | ZStream | ||||
| Target Release: | 5.10.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | custom_button:datastore | ||||||
| Fixed In Version: | 5.10.0.21 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1641669 (view as bug list) | Environment: | |||||
| Last Closed: | 2019-02-07 23:01:55 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | Bug | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | CFME Core | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1635797 | ||||||
| Bug Blocks: | 1641669 | ||||||
| Attachments: |
|
||||||
|
Description
Yadnyawalk Tale
2018-05-03 08:31:23 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/8c3f087d69ef783bbfb0a19a995604968a0fb50d commit 8c3f087d69ef783bbfb0a19a995604968a0fb50d Author: Zita Nemeckova <znemecko> AuthorDate: Thu May 3 08:08:40 2018 -0400 Commit: Zita Nemeckova <znemecko> CommitDate: Thu May 3 08:08:40 2018 -0400 Change dialog API call for Datastore Change it from datastores to `data_stores` Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1574403 app/services/dialog_local_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/77b692a27f5040cdc2ed90d0408301c5e6fbbaa1 commit 77b692a27f5040cdc2ed90d0408301c5e6fbbaa1 Author: Zita Nemeckova <znemecko> AuthorDate: Tue Oct 9 04:49:40 2018 -0400 Commit: Zita Nemeckova <znemecko> CommitDate: Tue Oct 9 04:49:40 2018 -0400 Fix error for Datastore custom button - Add open_url to local_options for non-explorer screens - Fix error handling when Automate does not return url Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1574403 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1635797 app/assets/javascripts/controllers/dialog_user/dialog_user_controller.js | 20 +- app/views/shared/dialogs/_dialog_provision.html.haml | 1 + 2 files changed, 13 insertions(+), 8 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/hammer: https://github.com/ManageIQ/manageiq-ui-classic/commit/75b755f67a943735f71dc492fb3a37e214e47f4d commit 75b755f67a943735f71dc492fb3a37e214e47f4d Author: Martin Hradil <himdel> AuthorDate: Mon Oct 22 08:41:32 2018 -0400 Commit: Martin Hradil <himdel> CommitDate: Mon Oct 22 08:41:32 2018 -0400 Merge pull request #4745 from ZitaNemeckova/fix_error_handling_open_url Fix error for Datastore custom button (cherry picked from commit fe7f419cc67c659a3bcabadc63a2cb334c1d4aed) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1574403 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1635797 app/assets/javascripts/controllers/dialog_user/dialog_user_controller.js | 25 +- app/controllers/application_controller/buttons.rb | 3 +- app/views/shared/dialogs/_dialog_provision.html.haml | 1 + spec/javascripts/controllers/dialog_user/dialog_user_controller.spec.js | 10 +- 4 files changed, 25 insertions(+), 14 deletions(-) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:0212 |