Opened 9 years ago
Last modified 6 years ago
#17397 new defect
dojo.queryToObject parser error
Reported by: | prinzdezibel | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | Core | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello,
when I call dojo.queryToObject('status=%5B%271%27%2C+%273%27%2C+%272%27%5D') the returned object has a property status of type string with this value: "['1',+'3',+'2']"
This is not what I'd expect. Correct would be IMHO "['1', '3', '2']"
Change History (3)
comment:1 Changed 7 years ago by
Component: | General → Core |
---|
comment:2 Changed 7 years ago by
Milestone: | tbd → 1.12 |
---|
comment:3 Changed 6 years ago by
Milestone: | 1.13 → 1.15 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.