#9976 closed defect (fixed)
[cla] [patch] jsonPathStore should allow an empty string being a valid identifier
Reported by: | jake richardson | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Data | Version: | 1.3.2 |
Keywords: | jsonPathStore | Cc: | |
Blocked By: | Blocking: |
Description
Empty strings should be valid identifiers.
Attachments (1)
Change History (7)
Changed 11 years ago by
Attachment: | jsonPathStore-allow-empty-index added |
---|
comment:1 Changed 11 years ago by
Milestone: | tbd → future |
---|---|
Summary: | jsonPathStore should allow an empty string being a valid identifier → [patch] jsonPathStore should allow an empty string being a valid identifier |
Jaek, did you sign and send in a CLA: www.dojotoolkit.org/files/dojo-cla.pdf
If you did, please let us know your name so we can match your id up with who signed the CLA.
comment:2 Changed 11 years ago by
Milestone: | future → tbd |
---|---|
Owner: | changed from anonymous to Dustin Machi |
Summary: | [patch] jsonPathStore should allow an empty string being a valid identifier → [cla] [patch] jsonPathStore should allow an empty string being a valid identifier |
Oops, never mind, I was told you do have a CLA. Marking the bug as such and giving to dmachi.
comment:3 Changed 11 years ago by
Milestone: | tbd → future |
---|
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [20831]) jsonPathStore is out of sync due to the more advanced dojox.json capabilities. To avoid confusion with these, I'm removing this widget as I dont' plan to support it going forward. There is an equivalent widget which uses dojox.json ref and query in dojoc/dmachi/data called JsonStore? for those who still need this capability. While they are not drop in replacements of each other, they are pretty close and it should not take a significant amount of time to convert, and the benefits gained in performance and querying flexibility are worth it. closes #7473 closes #8175 closes #7331 closes #7403 closes #8312 closes #8334 closes #9976 closes #10290
comment:5 Changed 11 years ago by
Component: | General → DojoX Data |
---|
comment:6 Changed 11 years ago by
Milestone: | future → 1.4 |
---|
Patch to allow empty identifiers