Tuesday, 2021-09-21

opendevreviewMerged openstack/horizon master: Add horizontal scrollbar to role dropdown  https://review.opendev.org/c/openstack/horizon/+/78960606:04
opendevreviewOpenStack Proposal Bot proposed openstack/horizon stable/victoria: Imported Translations from Zanata  https://review.opendev.org/c/openstack/horizon/+/81015506:59
amotokiah, I totally forgot that runserver withotu compress cannot be used to debug JavaScript pages......07:14
zigoamotoki: Hi there! Building Horizon with Django 3.2 worked perfectly, though building heat-dashboard fails:12:26
zigohttps://paste.opendev.org/show/809461/12:26
zigoDo you know what's going on?12:26
zigoOh, it feels like this one: https://github.com/django-cms/django-cms/issues/701512:27
zigo-            loc = str(response._headers.get('location', None)[1])12:32
zigo+            try:12:32
zigo+                loc = str(response._headers.get('location', None)[1])12:32
zigo+            except AttributeError:12:32
zigo+                resp_heads = get_response_headers(response)12:32
zigo+                loc = resp_heads['location']12:32
zigoamotoki: Does the above feels right?12:32
zigoAh no... :/12:38
amotokizigo: perhaps https://review.opendev.org/c/openstack/horizon/+/777397 is similar to your issue, but my memory is out-dated as the patch series was developed half year ago :p12:39
zigoamotoki: Thanks, I'm trying.12:41
zigoamotoki: It fixed the problem, thanks a lot, now commiting this upstream.12:44
amotokizigo: thanks12:45
zigoamotoki: https://review.opendev.org/c/openstack/heat-dashboard/+/81022212:47
opendevreviewRadomir Dopieralski proposed openstack/horizon master: Hide enable_port_security checkbox when disallowed by policy  https://review.opendev.org/c/openstack/horizon/+/81022412:52
opendevreviewTravis Neely proposed openstack/horizon stable/ussuri: Add horizontal scrollbar to role dropdown  https://review.opendev.org/c/openstack/horizon/+/81019415:06
opendevreviewTravis Neely proposed openstack/horizon stable/victoria: Add horizontal scrollbar to role dropdown  https://review.opendev.org/c/openstack/horizon/+/81019615:12
opendevreviewTravis Neely proposed openstack/horizon stable/wallaby: Add horizontal scrollbar to role dropdown  https://review.opendev.org/c/openstack/horizon/+/81019715:12

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!