yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #52653
[Bug 1595095] [NEW] Horizon tabbed view returns rendered read-only response
Public bug reported:
Horizon tabbed view returns rendered read-only response. It happens because of this string: https://github.com/openstack/horizon/blob/master/horizon/tabs/views.py#L81
And for simple view we do not call additional responce: https://github.com/openstack/horizon/blob/master/horizon/views.py#L65
Described tabs view behaviour makes impossible to modify response via
middleware. For example, we cannot add messages from middleware despite
the fact we can do it if we handing simple view request.
** Affects: horizon
Importance: Undecided
Assignee: Paul Karikh (pkarikh)
Status: New
** Summary changed:
- Horizon tabbed view returns rendered read-only responce
+ Horizon tabbed view returns rendered read-only response
** Changed in: horizon
Assignee: (unassigned) => Paul Karikh (pkarikh)
--
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/1595095
Title:
Horizon tabbed view returns rendered read-only response
Status in OpenStack Dashboard (Horizon):
New
Bug description:
Horizon tabbed view returns rendered read-only response. It happens because of this string: https://github.com/openstack/horizon/blob/master/horizon/tabs/views.py#L81
And for simple view we do not call additional responce: https://github.com/openstack/horizon/blob/master/horizon/views.py#L65
Described tabs view behaviour makes impossible to modify response via
middleware. For example, we cannot add messages from middleware
despite the fact we can do it if we handing simple view request.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1595095/+subscriptions
Follow ups