FLUID-2595: Uploader: Restore lost Image Gallery demo functionality

Metadata

Source
FLUID-2595
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Eli Cochran
Reporter
Eli Cochran
Created
2009-04-13T17:56:35.000-0400
Updated
2010-03-30T14:01:13.000-0400
Versions
  1. 1.0
  2. 1.1
  3. 1.1.1
Fixed Versions
  1. 1.1
Component
  1. Uploader

Description

Somewhere in the process of refactoring for Infusion 0.8 we lost the meta data editing step that happened once the all the images had been uploaded.

There are a few of things that need to happen to bring it back:

  • Change the afterFileUploaded event to add the image data to the form as the images get uploaded.
  • Change the afterUploadComplete event to fire off the form.submit().
  • Add the proper listeners and UI elements to the Image Gallery to handle Done and Cancel.

Comments

  • Eli Cochran commented 2009-05-18T16:25:39.000-0400

    The first two of these are done. Still considering whether there is time to add the third.

  • Colin Clark commented 2010-03-30T14:01:13.000-0400

    The Cancel and Done buttons in the Image Gallery are indeed working, as are all the other events. This one is fixed.