yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47183
[Bug 1531982] Re: actions.py references missing/wrong template
*** This bug is a duplicate of bug 1523949 ***
https://bugs.launchpad.net/bugs/1523949
Reviewed: https://review.openstack.org/281450
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=7c705536f585a88c40b8ad325649b5e35f82d526
Submitter: Jenkins
Branch: master
commit 7c705536f585a88c40b8ad325649b5e35f82d526
Author: Diana Whitten <hurgleburgler@xxxxxxxxx>
Date: Fri Feb 12 08:49:57 2016 -0700
Python table is returning invalid template name
The data_table is looking for a template that doesn't exist. This
has been fixed.
partial-bug: #1544990
Closes-bug: #1531982
Change-Id: Id0c16aa26f18461a807166af2c5b347a130d72a8
** 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/1531982
Title:
actions.py references missing/wrong template
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
horizon/tables/actions.py seems to reference
horizon/common/_data_table_table_action.html, which doesn't exist.
This can be demonstrated when deleting multiple Instances (as an
example). There will be a 500 error returned by a call to
http://localhost:8000/project/instances/?action=launch&table=instances
if one watches the requests.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1531982/+subscriptions
References