Ticket #6377 (closed defect: fixed)
dojox.data.XmlStore _getDeleteUrl method borked
| Reported by: | freelock | Owned by: | jaredj |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.1 |
| Component: | DojoX Data | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: | john@… |
Description
In 1.1.0, it's at line 964:
if (!this.url !== "") {
... this snippet always resolves to true, and the next line returns this.url. However, there's some useful code immediately after that, which appends the item keyvalue to the query string before submitting, which can never execute.
Suggest removing this if block entirely.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.