Comment 5 for bug 1667691

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-ui (stable/newton)

Reviewed: https://review.openstack.org/443946
Committed: https://git.openstack.org/cgit/openstack/tripleo-ui/commit/?id=c592740f148a03a70c9f66318f5b5274d24f4950
Submitter: Jenkins
Branch: stable/newton

commit c592740f148a03a70c9f66318f5b5274d24f4950
Author: Ana Krivokapic <email address hidden>
Date: Fri Feb 24 12:49:04 2017 +0100

    Fix the deletePlan action

    In case of failure of plan deletion, a non-existant function
    (planDeleted) was called. This was due to a previous refactor
    which renamed the function but didn't fix the invocations.
    This patch fixes the issue so that the correct function
    (deletePlanFailed) is now called.

    Closes-bug: #1667691
    Change-Id: I12fcfd6f94b90378055cabc3a65ecb3f012f6f91
    (cherry picked from commit 02609106c1e51674adcabe1fa4ac48b6467be0be)