Micah Sheets

Results 5 issues of Micah Sheets

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...

I use setDefaultFolder on two FileAttachmentFields in the same DataObject. I pass the same folder path to each one. I expected that if the folder did not exists the 1st...

I noticed that renaming a file or folder in KickAssetsAdmin changes the Name in the database but not the Title. This is a problem in the CMS when selecting a...

Uncle Cheese, Do you have plans to add sortability to this field. I often want to attache a lot of images to an object or page and then need to...

The normal behavior of SS is to upload files to assets/Uploads. However kickassets seems to upload directly to assets if a default folder has not been set. And I cannot...