unclecheese / KickAssets

The KickAssets module for SilverStripe is an alternative to AssetAdmin
http://www.leftandmain.com
40 stars 8 forks source link

Compatibility between the kickasset file attachement field and UserDefinedForm #7

Open dgaussin opened 13 years ago

dgaussin commented 13 years ago

Hi,

If we have a file attachement field with a userdefinedform (eg. if you have added a FileAttachmentField to your Page.php..) the UserDefinedForm javascript is broken : can't open field options, can' add any new fields, etc.

Seems the problem is in the javascript for the dragndrop in the file_attachement_field.js file. it works If I remove the

    $('.file_drop').livequery(dnd.ready());