#11651 closed defect (fixed)
QueryReadStore unnecessarily logging to console
Reported by: | Stefan Bird | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | lowest | Milestone: | 1.6 |
Component: | DojoX Data | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you attempt to get the value of an item but the item doesn't have the requested attribute, QueryReadStore? logs a message to the console. While this is not a problem in itself, when dealing with sparse data the messages can drown out console messages that the developer is actually interested in. In particular using a dojox.Grid with a QueryReadStore? can generate hundreds of these messages.
The messages can be turned off by removing or commenting out this line: http://bugs.dojotoolkit.org/browser/dojox/trunk/data/QueryReadStore.js#L125
Attachments (1)
Change History (3)
Changed 10 years ago by
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
Patch to fix the issue.