Bug 1539584 - Tagging: Edit tags page doesn't open for network list items navigated through parent details page
Summary: Tagging: Edit tags page doesn't open for network list items navigated through...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.8.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: GA
: 5.10.0
Assignee: Hilda Stastna
QA Contact: Jad Haj Yahya
URL:
Whiteboard: ui:tag
Depends On:
Blocks: 1552890 1552891
TreeView+ depends on / blocked
 
Reported: 2018-01-29 09:18 UTC by Ruslana Babyuk
Modified: 2019-02-11 14:01 UTC (History)
7 users (show)

Fixed In Version: 5.10.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1552890 1552891 (view as bug list)
Environment:
Last Closed: 2019-02-11 14:01:32 UTC
Category: ---
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ruslana Babyuk 2018-01-29 09:18:31 UTC
Description of problem:
Edit tags page doesn't open for list items navigated through parent details page

Network details:
- Instances
- Routers

Routers:
- Instances
- Subnets

Security Groups:
- Instances
- Network Ports


Version-Release number of selected component (if applicable):
5.8, 5.9
How reproducible:
100%
Steps to Reproduce:
1. Add cloud provider
2. Navigate to Networks-> Networks 
3. Open any provider network
4. Select Instances in Relationship table
5. Select one instance and try to open edit tags page 

Actual results:
Edit tag page doesn't open

Expected results:
Edit tag should be opened


Additional info:

Comment 1 Hilda Stastna 2018-01-29 18:13:12 UTC
fixes https://github.com/ManageIQ/manageiq-ui-classic/pull/3335

Comment 2 CFME Bot 2018-02-09 13:41:41 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/ff9bb87f1a6ade84278dacdab7386abfd7c55e80

commit ff9bb87f1a6ade84278dacdab7386abfd7c55e80
Author:     Hilda Stastna <hstastna>
AuthorDate: Mon Jan 29 19:04:58 2018 +0100
Commit:     Hilda Stastna <hstastna>
CommitDate: Tue Feb 6 11:28:03 2018 +0100

    Fix tagging Instances and Network Routers
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539584
    
    Fix tagging Instances/Network Routers from the list of Instances/Network
    Routers, accessed through Networks -> Networks, opening some network and
    clicking on Instances/Network Routers under Relationships table.

 app/controllers/cloud_network_controller.rb | 4 ++++
 1 file changed, 4 insertions(+)

Comment 3 CFME Bot 2018-02-09 13:41:51 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/9af67d3872dc1eb495d532898c26da6ac6f3b2b1

commit 9af67d3872dc1eb495d532898c26da6ac6f3b2b1
Author:     Hilda Stastna <hstastna>
AuthorDate: Tue Jan 30 11:44:50 2018 +0100
Commit:     Hilda Stastna <hstastna>
CommitDate: Tue Feb 6 11:28:03 2018 +0100

    Fix tagging Instances and Cloud Subnets
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539584
    
    Fix tagging Instances/Cloud Subnets from the list of Instances/Cloud Subnets,
    accessed through Networks -> Network Routers, opening some network router and
    clicking on Instances/Cloud Subnets under Relationships table.

 app/controllers/network_router_controller.rb | 4 ++++
 1 file changed, 4 insertions(+)

Comment 4 CFME Bot 2018-02-09 13:41:56 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/e282fca47ca63978b361eb91922f450337efb68f

commit e282fca47ca63978b361eb91922f450337efb68f
Author:     Hilda Stastna <hstastna>
AuthorDate: Tue Jan 30 12:57:23 2018 +0100
Commit:     Hilda Stastna <hstastna>
CommitDate: Tue Feb 6 11:28:03 2018 +0100

    Fix tagging Instances and Network Ports
    
    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1539584
    
    Fix tagging Instances/Network Ports from the list of Instances/Network Ports,
    accessed through Networks -> Security Groups, opening some security group and
    clicking on Instances/Network Ports under Relationships table.

 app/controllers/security_group_controller.rb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


Note You need to log in before you can comment on or make changes to this bug.