silverstripe-framework/tests/forms/uploadfield
Mateusz Uzdowski a9e7de0cf4 BUGFIX: make UploadField aware of relations to derived classes (os7140)
UploadField was relying entirely on the File::get_class_for_file_extension to
select a class, so it could only create File or Image objects. This
would break the relationships based on derived objects. Also make it
respect the FileField::relationAutoSetting.
2012-04-19 12:18:36 +12:00
..
UploadFieldTest.php BUGFIX: make UploadField aware of relations to derived classes (os7140) 2012-04-19 12:18:36 +12:00
UploadFieldTest.yml ENHANCEMENT Attaching files from /assets through UploadField 2012-02-08 15:34:41 +01:00