Comment 2 for bug 1571663

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

Reviewed: https://review.openstack.org/307191
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=d5f9bce3f3ed5653132d13ecba517fd2a0540f6b
Submitter: Jenkins
Branch: master

commit d5f9bce3f3ed5653132d13ecba517fd2a0540f6b
Author: zhurong <email address hidden>
Date: Fri Apr 15 16:05:06 2016 -0400

    Added a warning message if environment name is empty

    Adding required=False to the environment name form allows it to call
    update_cell when it has been left empty. 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: I60eb475574be7713807fd0f5548a64b1f8c890c7
    Closes-Bug: #1571663