Comment 2 for bug 1455529

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

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

commit eeeb3adee8a63d3c151c7611e3597a9229df1169
Author: Ekaterina Chernova <email address hidden>
Date: Thu May 21 19:30:00 2015 +0300

    Prevent key error occurred on deployment history tab

    Dashboard keeps app type on object model special key.
    If type is needed to be shown like on Deployment details page,
    it requested by that key.
    But is the deployment was made by API call, type is not available.
    So error was occurred.

    Change-Id: I95d9bb23e0758b86ee503df17e97d041ac56a841
    Closes-Bug: #1455529