KickAssets icon indicating copy to clipboard operation
KickAssets copied to clipboard

Compatibility between the kickasset file attachement field and UserDefinedForm

Open dgaussin opened this issue 13 years ago • 0 comments

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());

dgaussin avatar Aug 31 '11 16:08 dgaussin