Bug 1348420 - new swift ui fails to load
Summary: new swift ui fails to load
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-django-horizon
Version: 9.0 (Mitaka)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ga
: 9.0 (Mitaka)
Assignee: Matthias Runge
QA Contact: Ido Ovadia
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-06-21 07:05 UTC by Matthias Runge
Modified: 2016-08-11 12:27 UTC (History)
4 users (show)

Fixed In Version: python-django-horizon-9.0.1-1.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-11 12:27:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 331974 0 None None None 2016-06-21 07:05:33 UTC
Red Hat Product Errata RHEA-2016:1597 0 normal SHIPPED_LIVE Red Hat OpenStack Platform 9 Release Candidate Advisory 2016-08-11 16:06:52 UTC

Description Matthias Runge 2016-06-21 07:05:33 UTC
Description of problem:
KeyError at /project/containers/
'page_title'


Error during template rendering

In template /usr/share/openstack-dashboard/openstack_dashboard/themes/rcue/templates/base.html, error at line 39



diff --git a/horizon/templatetags/breadcrumb_nav.py b/horizon/templatetags/breadcrumb_nav.py
index 4d2bfcb..b57bacc 100644
--- a/horizon/templatetags/breadcrumb_nav.py
+++ b/horizon/templatetags/breadcrumb_nav.py
@@ -23,5 +23,5 @@ def breadcrumb_nav(context):
     return {'actions': context.get('actions'),
             'breadcrumb': context.get('custom_breadcrumb'),
             'url': context.get('url'),
-            'page_title': context['page_title'],
+            'page_title': context.get('page_title', ''),
             'panel': context.request.horizon['panel'], }

Comment 4 Ido Ovadia 2016-07-31 14:44:03 UTC
Verified
========
python-django-horizon-9.0.1-1.el7ost.noarch

Comment 6 errata-xmlrpc 2016-08-11 12:27:10 UTC
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://rhn.redhat.com/errata/RHEA-2016-1597.html


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