#16293 closed defect (fixed)
Uploader not AMD compliant
Reported by: | Mike Wilcox | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | low | Milestone: | 1.9 |
Component: | DojoX Uploader | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The 1.8 Uploader doesn't work with data-dojo-type="dojox/form/Uploader", you have to use data-dojo-type="dojox.form.Uploader" due to the way the plugin architecture works.
Change History (3)
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 8 years ago by
Note: See
TracTickets for help on using
tickets.
This is fixed. I converted Uploader to use AMD properly which required discarding the plugin approach. All functionality is now included in Uploader. plugins remain for backcompat in order to throw warnings.