Comment 9 for bug 1273874

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

Reviewed: https://review.openstack.org/74654
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=07be8681561435202813ec5d76d2ed03968bf649
Submitter: Jenkins
Branch: master

commit 07be8681561435202813ec5d76d2ed03968bf649
Author: Dmitry Tantsur <email address hidden>
Date: Wed Feb 19 05:27:52 2014 -0500

    Always pass 'modal' context variable to workflow template

    Workflow templates rely on 'modal' context variable to be true for
    modal dialogs. Still, when rendering from WorkflowView,
    this variable is missing. This causes e.g. absent cancel and close
    buttons in flavor creating dialog (and also affects Tuskar UI).

    Change-Id: I76b1f0b97c14280db7cb880651e663147103438f
    Closes-Bug: #1273874