KickAssets
KickAssets copied to clipboard
Compatibility between the kickasset file attachement field and UserDefinedForm
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());