Comment 9 for bug 1450536

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

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

commit cd380da63d95c8a546792c5de25cdc19a4070466
Author: Kirill Zaitsev <email address hidden>
Date: Wed May 27 00:38:26 2015 +0300

    Mark BooleanFields as non-required in dynamic_ui

    Due to the way django validates fields having a required=True fieild
    almoust never makes sense. This would mean that user would not be able
    to choose false for the boolean value, that the Field represents,
    because django would raise an error, stating, that the field is
    required.
    This is especially true for fields, generated for HOT template-packages.
    This patch sets required to False for dynamic_ui.

    Change-Id: Ibc36017e37bb7df9f7bde2c53265237b21276fd6
    Related-Bug: #1450536