Comment 2 for bug 1640049

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

Reviewed: https://review.openstack.org/498741
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9a758638ee61c56b46f47782c8bfd448cbe3e387
Submitter: Zuul
Branch: master

commit 9a758638ee61c56b46f47782c8bfd448cbe3e387
Author: Shu Muto <email address hidden>
Date: Tue Aug 29 19:09:36 2017 +0900

    Remove deprecated scope handling

    The `initScope` function is deprecated since ocata, so this patch
    replaces it into `initAction` if it needed, or removes it.
    Also, gets scope from second parameter of perform function.
    Futher more, removes deprecated `scope` parameter for `modal`
    function of wizard-modal-service.

    Change-Id: I8979b699a9b4383b894db9bdcbad80f15c1df150
    Closes-Bug: #1640049