FLUID-4174: Uploader's 1.2 compatibility support for transforming options from the 1.2 syntax to 1.3 is broken

Metadata

Source
FLUID-4174
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2011-04-04T16:54:47.318-0400
Updated
2011-05-18T12:53:41.785-0400
Versions
  1. 1.4
Fixed Versions
  1. 1.4
Component
  1. Uploader

Description

Uploader includes a file called UploaderCompatibility-Infusion1.2.js, which includes code to transform old 1.2-era options into the newer syntax introduced in Infusion 1.3.

Unfortunately, it monkey patches fluid.multiFileUploader(). With new changes to how Uploader instantiates itself with IoC, this strategy no longer works, and the feature is broken.

Comments