Closed (fixed)
Project:
Scald: Media Management made easy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2013 at 21:22 UTC
Updated:
14 Feb 2013 at 08:50 UTC
I was updating scald on a site with the jQuery update module configured with jQuery 1.7. Which also replaces the jquery.form js to a newer one since the core one does not work with jQuery 1.7.
The problem is that Scald defines jQuery.form as dependency for the library, and when this implementation got changed last time it resulted in having 2 jquery.form js included on the site. And the old core one overrides the newer one provided by the jQuery Update module which breaks file uploads for example.
So at the moment scald + jQuery update module cannot be used together unless line 113 of dnd.module is commented out.
Did not have time to figure out a fix for this but thought i report the issue.
Comments
Comment #1
jcisio commentedFixed with a4aa5cc (the last thing remained when we converted our system to library stuffs).