manila-ui/manila_ui/dashboards/project/shares
Tatiana Ovchinnikova 06c81a4a07 Fix get_disabled_quotas
Disabled quotas should be treated as a set, not as a list, or else
instead of action buttons we'll get a traceback:

File "/manila-ui/manila_ui/dashboards/project/shares/__init__.py",
    line 129, in get_disabled_quotas
    disabled_quotas.extend(_get_manila_disabled_quotas(request))
AttributeError: 'set' object has no attribute 'extend'

Change-Id: I5364a8b7fbea3f166264c33ffb6eff341e140bdf
Closes-Bug: #1611368
2016-08-11 12:02:54 +03:00
..
security_services Table actions improvement 2016-07-27 12:44:46 +03:00
share_networks Table actions improvement 2016-07-27 12:44:46 +03:00
shares Fix Django 1.9 unit tests 2016-08-04 13:59:44 +00:00
snapshots Table actions improvement 2016-07-27 12:44:46 +03:00
templates/shares Remove Cinder leftovers from Create Snapshot View 2016-07-26 16:56:45 +03:00
__init__.py Fix get_disabled_quotas 2016-08-11 12:02:54 +03:00
panel.py Remove vim headers 2016-07-12 12:33:36 +03:00
urls.py Fix unit tests for Django 1.9 2016-07-21 19:18:14 +03:00
views.py Remove vim headers 2016-07-12 12:33:36 +03:00