077163a03c
For now, refreshing ngdetails view by browser using F5 key or reload button, it causes 404 error from django. To fix this issue, this patch adds the url for '/ngdetails' into django. To reproduce navigations, each request for views.py requires 'dashboard' and 'panel' object. Otherwise django side returns 500 error. However the URL for request of details page (i.e. /ngdetails/) can not provide informations to set the proper navigation. So this patch set them to default dashboard and default panel. This patch focuses to prevent 500 error. So the issue for settings of proper navigation will be fixed by subsequent patch. Change-Id: Ib9f1fe48b3cdecff5ad56e68a5ba58a41cb35f38 Closes-Bug: #1681627
15 lines
631 B
YAML
15 lines
631 B
YAML
---
|
|
issues:
|
|
- |
|
|
[:bug:`1746706`] When reloading or opening Angular-based detail page
|
|
directly, the navigation menu and breadcrumb list are not recovered
|
|
properly and the first panel is focused.
|
|
[:bug:`1746709`] when we try to open non-existing Angular-based detail
|
|
page, "Not Found" (404) page is not shown. A blank page only with
|
|
the navigation menu will be shown.
|
|
fixes:
|
|
- |
|
|
[:bug:`1681627`] A problem that Angular-based detail page (ngdetail page)
|
|
cannot be reloaded or opened via direct URL has been fixed. Note that
|
|
there are some known issues described in the `Known Issues`_ section.
|