← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1746706] Re: Navigation needs to be recovered when opening/reloading ngdetail page

 

Reviewed:  https://review.openstack.org/491349
Committed: https://git.openstack.org/cgit/openstack/zun-ui/commit/?id=da213880dca759baa7405440a8d95bc82e5fdda5
Submitter: Zuul
Branch:    master

commit da213880dca759baa7405440a8d95bc82e5fdda5
Author: Shu Muto <shu-mutou@xxxxxxxxxxxxx>
Date:   Mon Aug 7 14:59:05 2017 +0900

    Reproduce navigations
    
    Details view does not reproduce side menu and breadcrumb properly
    by refreshing or linking directory.
    This patch fixes this issue.
    
    Change-Id: I13d9c8381a429caf7e7f4c984a7128faa764ad12
    Closes-Bug: #1746706
    Depends-On: I2edd44e55eb10114e5282cec1762e9635881f733


** Changed in: zun-ui
       Status: In Progress => Fix Released

-- 
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/1746706

Title:
  Navigation needs to be recovered when opening/reloading ngdetail page

Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in Magnum UI:
  In Progress
Status in senlin-dashboard:
  In Progress
Status in Zun UI:
  Fix Released

Bug description:
  Fix for bug 1681627 allows us to reload or directly open Angular-based detail page (ngdetail), but the navigation menu is not recovered correctly and the menu is focused on the first panel (Project -> API access in most cases).
  This bug is used to track this problem.

  There are several thing to be considered.
  * How to know which panel a ngdetail page belongs to.
  * How to know which dashboard a ngdetail page belongs to. 

  Perhaps most tricky thing is that at now there is a cases where a
  single ngdetail page is linked from both the project and admin
  dashboard, but there is no good way to known the dashboard information
  from URL. In case of reloading it might be recovered from browser
  history, but it does not work for opening a ngdetail page via a direct
  URL. We might need to revisit URL of ngdetail page to include a
  dashboard information as we do for Django panels and Angular Index
  page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1746706/+subscriptions


References