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

jcisio’s picture

Status: Active » Fixed

Fixed with a4aa5cc (the last thing remained when we converted our system to library stuffs).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.