Public bug reported: Clicking the name of consistency group snapshot from Project->Volumes->Consistency Group Snapshots is supposed to take the user to the details panel for that snapshot, but the url is malformed.
The name in: https://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/project/cg_snapshots/urls.py#n21 Does not match the link at: https://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/project/cg_snapshots/tables.py#n93 this bug was introduced in https://review.openstack.org/#/c/429506 where the change to https://review.openstack.org/#/c/429506/13/openstack_dashboard/dashboards/project/cg_snapshots/tables.py changed "cg_snapshot_detail" to "detail" but did not make a corresponding change to the name in https://review.openstack.org/#/c/429506/13/openstack_dashboard/dashboards/project/cg_snapshots/urls.py As a result, users clicking on a Consistency Group Snapshot will not get details and will be asked if they want to open an xdg ** Affects: horizon Importance: Undecided Assignee: Jeremy Moffitt (jeremy-moffitt) Status: In Progress ** Changed in: horizon Assignee: (unassigned) => Jeremy Moffitt (jeremy-moffitt) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1813990 Title: Consistency Group Snapshot details links to wrong url Status in OpenStack Dashboard (Horizon): In Progress Bug description: Clicking the name of consistency group snapshot from Project->Volumes->Consistency Group Snapshots is supposed to take the user to the details panel for that snapshot, but the url is malformed. The name in: https://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/project/cg_snapshots/urls.py#n21 Does not match the link at: https://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/project/cg_snapshots/tables.py#n93 this bug was introduced in https://review.openstack.org/#/c/429506 where the change to https://review.openstack.org/#/c/429506/13/openstack_dashboard/dashboards/project/cg_snapshots/tables.py changed "cg_snapshot_detail" to "detail" but did not make a corresponding change to the name in https://review.openstack.org/#/c/429506/13/openstack_dashboard/dashboards/project/cg_snapshots/urls.py As a result, users clicking on a Consistency Group Snapshot will not get details and will be asked if they want to open an xdg To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1813990/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

