Opened 13 years ago
Closed 13 years ago
#7106 closed enhancement (fixed)
dojox.data.FileStore: add ability to set a (server-overridable) path separator
Reported by: | nathan | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Data | Version: | 1.1.1 |
Keywords: | Cc: | Jared Jurkiewicz | |
Blocked By: | Blocking: |
Description
When making requests for loading children, the separator used is hard-coded to being a forward slash. It might be helpful to set a variable on the store to use for that separator (and have the server be able to override it).
The attached patch accomplishes this.
jared - let me know if this is OK, or if you have any concerns with it
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | filestore.diff added |
---|
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Patch which add a file separator variable which can be overridden by the server