Comment 4 for bug 1455529

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

Reviewed: https://review.openstack.org/200270
Committed: https://git.openstack.org/cgit/openstack/murano-dashboard/commit/?id=156cccc3f1d19812f8c6ae72b548a5c1041adc5c
Submitter: Jenkins
Branch: stable/kilo

commit 156cccc3f1d19812f8c6ae72b548a5c1041adc5c
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