Opened 12 years ago
Closed 12 years ago
#7929 closed defect (fixed)
It is impossible to set the query for a grid using setQuery to an empty string after it has a non-empty string
Reported by: | Kris Zyp | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.2.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
grid.setQuery("some query"); grid.setQuery(""); grid.query -> "some query"
The _setQuery method should be changed to either always set this.query to the value of the query parameter (assume there must be some reason why that is not being done) or make it a check that will still work with "" (which is falsy).
Change History (2)
comment:1 Changed 12 years ago by
Owner: | changed from Bryan Forbes to Nathan Toone |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Reassigning to me