Comment 4 for bug 1594354

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

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

commit c30ae0e06e5397141816e97bdd05dd3da35e7957
Author: Valerii Kovalchuk <email address hidden>
Date: Tue Jul 12 18:47:44 2016 +0300

    Fix allowance of Deploy environment action

    Previously action's allow() method didn't consider situation when
    component was deleted from deployed environment as the valid case
    to show the button. This patch fixes that by simply checking
    env's status to be 'pending' or 'deploy failure'.

    Change-Id: I40d62d4fcb620e7f2ffc515884c755abf6b8421c
    Closes-bug: #1594354