Opened 14 years ago
Closed 14 years ago
#2750 closed defect (fixed)
JsonService.parseResults returns undefined when passed 0 (zero)
Reported by: | guest | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | RPC | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When a JSON service returns 0, JsonService?.parseResults converts it to undefined. This is because its check for a null return value matches 0. A patch against dojo 0.4.2's version of JsonService?.js is attached.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | JsonService.js.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8564]) port rpc to 0.9 and fix some other tickets along the way, fixes #2750 , fixes #2303 , fixes #2185 , refs #2915. There is still a json serialization bug, but its almost done