yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23307
[Bug 1311789] Re: Filter does not work when table name has space
** Changed in: horizon
Status: Fix Committed => 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/1311789
Title:
Filter does not work when table name has space
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Problem Description:
When the DataTable name (as defined in the 'name' field of the Meta
class in tables.py) has a space, filters defined on that table using
FilterActions wont work.
Cause:
-table name is used as the table id in the html
-the elements_to_search parameter for quicksearch plugin uses the following: table#<table id> tbody tr
For example: if the table name specified in the Meta class of
tables.py is 'foo bar', then the elements_to_search parameter for the
quicksearch plugin will be: table#foo bar tbody tr.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1311789/+subscriptions
References