Comment 6 for bug 1630672

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

Reviewed: https://review.openstack.org/382574
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=d47dccfc6f02289f4a430795cb1eabc794915ae8
Submitter: Jenkins
Branch: stable/newton

commit d47dccfc6f02289f4a430795cb1eabc794915ae8
Author: Alexander Tivelkov <email address hidden>
Date: Wed Oct 5 19:52:46 2016 +0300

    'Forms:' section is now truly optional in ui definition

    The only mandatory section of the UI definition file is the
    "Application" block which defines the input object model snippet.
    Everything else is optional: the app developer may have no user input
    for their app besides its name.

    However, the UI was crashing if no 'Forms:' section is present. This
    has been fixed.

    Change-Id: Ie72770a8810369e2bff9a59e8f3845144032f080
    Closes-bug: #1630672