yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #55612
[Bug 1615573] Re: When a user show a angular image panel, the request to get images is called twice
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 <ken-ishii@xxxxxxxxxxxxx>
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
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1615573
Title:
When a user show a angular image panel, the request to get images is
called twice
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Reproduce
1. logged in horizon
2. display Project -> Compute -> Images
In this case, horizon will request images but at the moment the request is called twice.
As far as I confirmed, ResourceTableController is called twice. As a result, onResourceTypeNameChange also called twice.
A behavior from a end user's aspect is no problem but we should reduce unnecessary request.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1615573/+subscriptions
References