Comment 2 for bug 1615573

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

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

commit f91d38bd6e73777149d68b0c5a2ab5c5c2e93a92
Author: Kenji Ishii <email address hidden>
Date: Tue Aug 23 17:26:10 2016 +0900

    Fix unnecessary requests in angular image panel

    When displaying angular image panel, the request to get images is
    called twice. This is caused by the setting of routeProvider.
    This patch will fix it.

    Change-Id: I37db691e846d3b80fa21794922e1998cc23243e3
    Closes-Bug: #1615573