Comment 8 for bug 1455529

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

Reviewed: https://review.openstack.org/230992
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=a2ea86a366b1bfcd367bedb0e1ff00460be7e77f
Submitter: Jenkins
Branch: stable/liberty

commit a2ea86a366b1bfcd367bedb0e1ff00460be7e77f
Author: Kirill Zaitsev <email address hidden>
Date: Mon Oct 5 16:23:56 2015 +0300

    Prevent key error on deployed app detail page

    Dashboard keeps app type on object model special key.
    But if deployment was made via API call, that key may not exist.

    This commit allows the code to tolerate absence of the key

    Change-Id: I76525327a540e44d51ed252f8668388dbf8cfdfc
    Closes-Bug: #1455529