[dashboard] _data_table.html checks string representation of packages to check empty list
Bug #1584802 reported by
Kirill Zaitsev
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Fix Released
|
Low
|
Kirill Zaitsev |
Bug Description
_data_table.html checks string representation of packages to check empty list like this:
{% if apps != '[]' %}
meaning it would be impossible to actually iterate over apps, since they're converted to string before they're passed to template.
Changed in murano: | |
milestone: | newton-1 → newton-2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/319963
Review: https:/