Activity log for bug #1595095

Date Who What changed Old value New value Message
2016-06-22 09:06:58 Paul Karikh bug added bug
2016-06-22 09:07:06 Paul Karikh summary Horizon tabbed view returns rendered read-only responce Horizon tabbed view returns rendered read-only response
2016-06-22 09:07:10 Paul Karikh horizon: assignee Paul Karikh (pkarikh)
2016-06-23 13:01:59 Paul Karikh 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. 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 response: 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.
2016-06-23 13:11:59 OpenStack Infra horizon: status New In Progress
2016-06-27 16:13:27 Timur Sufiev horizon: importance Undecided Medium
2016-08-11 13:17:20 OpenStack Infra horizon: assignee Paul Karikh (pkarikh) Timur Sufiev (tsufiev-x)
2016-08-15 09:29:24 OpenStack Infra horizon: assignee Timur Sufiev (tsufiev-x) Paul Karikh (pkarikh)
2016-08-22 12:51:11 OpenStack Infra horizon: assignee Paul Karikh (pkarikh) Timur Sufiev (tsufiev-x)
2016-12-08 09:16:38 OpenStack Infra horizon: status In Progress Fix Released