#15331 closed defect (fixed)
Change the debugDataBinding support to use a flag set in data-dojo-config
Reported by: | Ed Chatelain | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX MVC | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Set the flag to debugDataBinding in data-dojo-config instead of using dojox.debugDataBinding = true;
How about debugMvcBindings as the flag?
Attachments (1)
Change History (7)
comment:1 Changed 8 years ago by
Changed 8 years ago by
Attachment: | mvc-15331-debugflag.patch added |
---|
Along with this patch we also need to rename ParserExtension?.js to parserExtension.js, but that was not picked up by the patch.
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.8 |
---|
comment:4 Changed 8 years ago by
Actually ParserExtension renaming did not come trough working on fixing this.
Note: See
TracTickets for help on using
tickets.
Even better we might provision for other flags and have a hash object on dojoConfig that contains all potential MVC flags:
Or something along those lines.