Comment 2 for bug 1567398

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/306675
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=af0d4dab7810e410560b1854ebf8db1188dab2e6
Submitter: Jenkins
Branch: master

commit af0d4dab7810e410560b1854ebf8db1188dab2e6
Author: Gregory Hooks <email address hidden>
Date: Sat Apr 16 01:34:13 2016 +0000

    Added a warning message if User Name is empty

    Adding required=False to the user name form allows it to call
    update_cell when it has been left empty. I added logic to update_cell
    to check if the form is empty or contains only whitespace and issue a
    warning if true and only if the form in question is called 'name'.

    Change-Id: Ieccb3f6d7be1acb4b7734e68d467a40cfc7eb99c
    Closes-Bug: 1567398