opendevreview | Merged openstack/horizon master: Add horizontal scrollbar to role dropdown https://review.opendev.org/c/openstack/horizon/+/789606 | 06:04 |
---|---|---|
opendevreview | OpenStack Proposal Bot proposed openstack/horizon stable/victoria: Imported Translations from Zanata https://review.opendev.org/c/openstack/horizon/+/810155 | 06:59 |
amotoki | ah, I totally forgot that runserver withotu compress cannot be used to debug JavaScript pages...... | 07:14 |
zigo | amotoki: Hi there! Building Horizon with Django 3.2 worked perfectly, though building heat-dashboard fails: | 12:26 |
zigo | https://paste.opendev.org/show/809461/ | 12:26 |
zigo | Do you know what's going on? | 12:26 |
zigo | Oh, it feels like this one: https://github.com/django-cms/django-cms/issues/7015 | 12: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 |
zigo | amotoki: Does the above feels right? | 12:32 |
zigo | Ah no... :/ | 12:38 |
amotoki | zigo: 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 :p | 12:39 |
zigo | amotoki: Thanks, I'm trying. | 12:41 |
zigo | amotoki: It fixed the problem, thanks a lot, now commiting this upstream. | 12:44 |
amotoki | zigo: thanks | 12:45 |
zigo | amotoki: https://review.opendev.org/c/openstack/heat-dashboard/+/810222 | 12:47 |
opendevreview | Radomir Dopieralski proposed openstack/horizon master: Hide enable_port_security checkbox when disallowed by policy https://review.opendev.org/c/openstack/horizon/+/810224 | 12:52 |
opendevreview | Travis Neely proposed openstack/horizon stable/ussuri: Add horizontal scrollbar to role dropdown https://review.opendev.org/c/openstack/horizon/+/810194 | 15:06 |
opendevreview | Travis Neely proposed openstack/horizon stable/victoria: Add horizontal scrollbar to role dropdown https://review.opendev.org/c/openstack/horizon/+/810196 | 15:12 |
opendevreview | Travis Neely proposed openstack/horizon stable/wallaby: Add horizontal scrollbar to role dropdown https://review.opendev.org/c/openstack/horizon/+/810197 | 15:12 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!