Opened 13 years ago
Closed 13 years ago
#7318 closed defect (fixed)
Some datastores do not implement getValue() with third param 'defaultValue'
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Data | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Some datastores do not implement getValue() with third param 'defaultValue'
Oversight on my part in most cases. I forgot anout the third parameter of default value, because it was so rarely used. The good thing is, it's also trivial to fix for the stores, so I'm batch-fixing them.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | dojox.data_20080729.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Take 3. Had a problem in FileStore? changes. realized I could simplify the fix for most stores further.