Comment 9 for bug 1455529

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

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

commit b3b2f1e9098b2b9fcacdae2fe81ef539817b6adf
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