Bug 1678142
Summary: | [RFE] As a User, I want to open my VMs of a remote region from Global Region in a new browser tab to be able to performs all actions | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Loic Avenel <lavenel> |
Component: | UI - OPS | Assignee: | Milan Zázrivec <mzazrivec> |
Status: | CLOSED ERRATA | QA Contact: | Tasos Papaioannou <tpapaioa> |
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | high | ||
Version: | unspecified | CC: | bmidwood, dmetzger, gtanzill, hkataria, lavenel, mfeifer, mpovolny, mzazrivec, obarenbo, simaishi, smallamp, tpapaioa |
Target Milestone: | GA | Keywords: | RFE |
Target Release: | 5.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.11.0.10 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-12-12 13:35:44 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Description
Loic Avenel
2019-02-18 08:09:42 UTC
Thanks Gregg! New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/345b9a15405cddabb65cd75b9596c250b902715d commit 345b9a15405cddabb65cd75b9596c250b902715d Author: Milan Zazrivec <mzazrivec> AuthorDate: Tue Jun 11 10:04:39 2019 -0400 Commit: Milan Zazrivec <mzazrivec> CommitDate: Tue Jun 11 10:04:39 2019 -0400 Add button for opening VM in its remote region https://bugzilla.redhat.com/show_bug.cgi?id=1678142 app/controllers/vm_common.rb | 2 +- app/helpers/textual_mixins/textual_region.rb | 15 + app/helpers/vm_helper/textual_summary.rb | 7 + 3 files changed, 23 insertions(+), 1 deletion(-) New commit detected on ManageIQ/react-ui-components/master: https://github.com/ManageIQ/react-ui-components/commit/23bc8dca78f2597c243055cac4bb2344a9c491e7 commit 23bc8dca78f2597c243055cac4bb2344a9c491e7 Author: Milan Zazrivec <mzazrivec> AuthorDate: Tue Jun 11 10:03:18 2019 -0400 Commit: Milan Zazrivec <mzazrivec> CommitDate: Tue Jun 11 10:03:18 2019 -0400 Add support for button link in generic table row https://bugzilla.redhat.com/show_bug.cgi?id=1678142 src/textual_summary/generic_table_row.jsx | 3 +- 1 file changed, 2 insertions(+), 1 deletion(-) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/88781bb2aa650189cadcb08a036976570dc672d7 commit 88781bb2aa650189cadcb08a036976570dc672d7 Author: Milan Zazrivec <mzazrivec> AuthorDate: Wed May 29 09:46:52 2019 -0400 Commit: Milan Zazrivec <mzazrivec> CommitDate: Wed May 29 09:46:52 2019 -0400 Show replication type on login screen https://bugzilla.redhat.com/show_bug.cgi?id=1678142 app/views/dashboard/login.html.haml | 2 + 1 file changed, 2 insertions(+) New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/edf0a824431f68b16a858f35ae7ea79496a173fc commit edf0a824431f68b16a858f35ae7ea79496a173fc Author: Milan Zazrivec <mzazrivec> AuthorDate: Thu Jun 13 09:00:26 2019 -0400 Commit: Milan Zazrivec <mzazrivec> CommitDate: Thu Jun 13 09:00:26 2019 -0400 Update react-ui-components to 0.11.23 https://bugzilla.redhat.com/show_bug.cgi?id=1678142 package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/d2498bccecade8ccfdc4b452a5367107e2e7197b commit d2498bccecade8ccfdc4b452a5367107e2e7197b Author: Milan Zazrivec <mzazrivec> AuthorDate: Thu Jun 13 10:04:16 2019 -0400 Commit: Milan Zazrivec <mzazrivec> CommitDate: Thu Jun 13 10:04:16 2019 -0400 Add new role: EvmRole-user_global_region https://bugzilla.redhat.com/show_bug.cgi?id=1678142 db/fixtures/miq_user_roles.yml | 90 + 1 file changed, 90 insertions(+) Verified on 5.11.0.11. 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/RHBA-2019:4199 |