Bug 1602023
Summary: | Open URL Does Not Work When Using a DIalog with a Button | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | myoder | |
Component: | UI - OPS | Assignee: | Zita Nemeckova <znemecko> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikhil Dhandre <ndhandre> | |
Severity: | low | Docs Contact: | ||
Priority: | high | |||
Version: | 5.9.0 | CC: | cpelland, dajohnso, hkataria, lavenel, mkanoor, mpovolny, myoder, obarenbo, simaishi, smallamp, tfitzger, ytale, znemecko | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.10.0.12 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1618800 (view as bug list) | Environment: | ||
Last Closed: | 2019-02-11 14:18:32 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: | ||||
Bug Blocks: | 1618800 |
Description
myoder
2018-07-17 15:55:54 UTC
myoder - Please ask them to retest on the recently released 5.9.3 build. New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/25be3128d9da2de74612f4149f8c2177fb2511d6 commit 25be3128d9da2de74612f4149f8c2177fb2511d6 Author: Dávid Halász <dhalasz> AuthorDate: Wed Aug 1 09:04:16 2018 -0400 Commit: Dávid Halász <dhalasz> CommitDate: Wed Aug 1 09:04:16 2018 -0400 Include task_id in result of ResourceActionWorkflow#process_request https://bugzilla.redhat.com/show_bug.cgi?id=1602023 app/models/resource_action_workflow.rb | 2 +- spec/models/resource_action_workflow_spec.rb | 11 +- 2 files changed, 8 insertions(+), 5 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/fce083311cb33c13a90249fb6738d53a5678188e commit fce083311cb33c13a90249fb6738d53a5678188e Author: Zita Nemeckova <znemecko> AuthorDate: Tue Jul 24 06:59:08 2018 -0400 Commit: Zita Nemeckova <znemecko> CommitDate: Tue Jul 24 06:59:08 2018 -0400 Allow Vm to open a url after a dialog is submitted Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1602023 app/assets/javascripts/controllers/dialog_user/dialog_user_controller.js | 20 +- app/controllers/application_controller/buttons.rb | 8 +- app/views/shared/dialogs/_dialog_provision.html.haml | 3 +- app/views/shared/dialogs/_dialog_user.html.haml | 1 + config/routes.rb | 1 + 5 files changed, 28 insertions(+), 5 deletions(-) New commit detected on ManageIQ/manageiq-api/master: https://github.com/ManageIQ/manageiq-api/commit/bce3c6f359b157c3a0459a4fe9eabd06f04f692f commit bce3c6f359b157c3a0459a4fe9eabd06f04f692f Author: Dávid Halász <dhalasz> AuthorDate: Wed Aug 1 09:08:34 2018 -0400 Commit: Dávid Halász <dhalasz> CommitDate: Wed Aug 1 09:08:34 2018 -0400 Include task_id in the response when invoking a custom button https://bugzilla.redhat.com/show_bug.cgi?id=1602023 app/controllers/api/base_controller/generic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) It was my bad clearing both need info. Working fine with dialog and without dialog on 5.10.0.16.20180919151347_a0c9e02 New commit detected on ManageIQ/manageiq-ui-classic/gaprindashvili: https://github.com/ManageIQ/manageiq-ui-classic/commit/f547e7287963f1243958b9fc27ec3180ec9ad0fd commit f547e7287963f1243958b9fc27ec3180ec9ad0fd Author: Zita Nemeckova <znemecko> AuthorDate: Tue Jul 24 06:59:08 2018 -0400 Commit: Zita Nemeckova <znemecko> CommitDate: Tue Jul 24 06:59:08 2018 -0400 Allow Vm to open a url after a dialog is submitted Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1602023 app/assets/javascripts/controllers/dialog_user/dialog_user_controller.js | 20 +- app/controllers/application_controller/buttons.rb | 8 +- app/views/shared/dialogs/_dialog_provision.html.haml | 3 +- app/views/shared/dialogs/_dialog_user.html.haml | 1 + config/routes.rb | 1 + 5 files changed, 28 insertions(+), 5 deletions(-) |