unclecheese / KickAssets

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

Patch to fix issues with Uploading files with MultipleFileAttachmentField #28

Open micahsheets opened 12 years ago

micahsheets commented 12 years ago

This patch allows for the field to work normally if the file relationship class has not been set to use ManyManySortable via _config.php with: [code] ManyManySortable::add_sortable_many_many_relations(array('Class' => 'RelationName')); [\code]

This patch also fixes issues that were causing errors when uploading using "From your computer".

NOTE: The Drag and Drop feature is still not functioning.

micahsheets commented 12 years ago

New update to MultiplefileAttachmentField to fix issue with non-sortable file attachment.