Comment 4 for bug 1630672

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

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

commit 2114c2672465ba14bb7b115b2f69f9afe6c6f801
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