horizon/openstack_dashboard
shlo eedac01a9c fix workflow exception on host aggregate create form
Under the circumstance that there are existing aggregates, this bug
happens when create button is clicked without the required "name" field
filled. Error toast shows instead of the expected error message on the
create form.
When the form posts without name filed filled, the name attribute in the
clean data is None instead of an empty string, which causes
AttributeError on the following string operation.

1. patch an empty string as the fallback value for the 'name' variable
2. corresponding unit test is attached

Change-Id: I0bdf469d87aa06ab58b73e6ce41bdf63bb36a538
Closes-Bug: #1617140
2016-09-01 11:27:49 +08:00
..
api Merge "Supports extra properties in project and user" 2016-08-25 05:55:13 +00:00
conf Updating heat policy file 2016-06-14 11:01:45 -06:00
contrib Merge "add translation and cleanup resource-browser-item.html" 2016-08-25 12:22:42 +00:00
dashboards fix workflow exception on host aggregate create form 2016-09-01 11:27:49 +08:00
django_pyscss_fix Fix some spelling mistakes in horizon 2016-06-23 17:04:35 +08:00
enabled Add floating IP panel to admin dashboard 2016-08-19 12:15:55 +08:00
local Merge "Add ANGULAR_FEATURES toggle example" 2016-08-25 13:48:51 +00:00
locale Imported Translations from Zanata 2016-08-25 08:59:44 +00:00
management Use argparse instead of optparse 2016-08-09 09:00:21 +03:00
static Merge "Update create/edit image help text for angular workflow" 2016-08-25 19:56:53 +00:00
templates Re-work static_settings to clean up 2016-08-18 16:28:57 +03:00
templatetags Fix AttributeError in context_selection.py 2016-08-17 04:00:38 -04:00
test Merge "Fix intermittent integration test failures related to messages" 2016-08-25 18:47:29 +00:00
themes Re-work static_settings to clean up 2016-08-18 16:28:57 +03:00
usage Allow horizon to function without nova 2016-07-26 09:15:48 -05:00
utils Re-work static_settings to clean up 2016-08-18 16:28:57 +03:00
wsgi Update WSGI app creation to be compatible with Django 1.7 2014-10-16 13:57:45 +01:00
__init__.py
.eslintrc Add selective ESLint rule activation for Horizon Legacy JS 2015-07-08 17:06:15 -07:00
context_processors.py Support javascript translation for plugin 2016-01-11 13:46:05 -08:00
exceptions.py Excise Trove from Horizon 2015-12-22 02:01:07 -07:00
hooks.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
karma.conf.js Add Angular Schema Form 2016-08-04 16:53:41 +00:00
policy.py Retrieve domain scoped token 2016-03-08 15:17:38 -08:00
settings.py Merge "Enable Angular Image panel" 2016-08-25 13:46:02 +00:00
theme_settings.py Dynamic Themes 2016-02-25 09:49:43 -08:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py Retrieve domain scoped token 2016-03-08 15:17:38 -08:00