Comment 2 for bug 1526700

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

Reviewed: https://review.openstack.org/258410
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=077c78339df5bcf60e7ace99e3c8e1adb0ffc79c
Submitter: Jenkins
Branch: master

commit 077c78339df5bcf60e7ace99e3c8e1adb0ffc79c
Author: kenji-ishii <email address hidden>
Date: Thu Dec 17 04:30:40 2015 +0900

    "QoS spec" page is displayed as a modal dialog

    This page is implemented as a modal dialog.
    Like "View Extra Specs" page. But this page is displayed as
    a static page. This patch modifies it.

    In addition this, I addressed to redirect to main non-modal index
    page (it is Volume Type page) after processing create/update/delete
    done, because if destination of redirect is modal page,
    it can not redirect correctly (displayed with non-modal).

    Change-Id: Ib1c0a2c11a24db46f1d36a719d3881122968d102
    Closes-Bug: #1526700