mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update changelog to include removal of CMSFileAddController
Fix error in drag/drop functionality
This commit is contained in:
parent
914f06c2dd
commit
33f181f72a
@ -9,6 +9,7 @@
|
||||
* `DataObject::database_fields` now returns all fields on that table.
|
||||
* `DataObject::db` now returns composite fields.
|
||||
* `DataObject::ClassName` field has been refactored into a `DBClassName` type field.
|
||||
* `CMSFileAddController` removed.
|
||||
|
||||
## Upgrading
|
||||
|
||||
|
@ -256,7 +256,7 @@
|
||||
this._super();
|
||||
},
|
||||
onunmatch: function() {
|
||||
$dropZone.off('dragover dragenter dragleave drop');
|
||||
$('.ss-uploadfield-dropzone').off('dragover dragenter dragleave drop');
|
||||
this._super();
|
||||
},
|
||||
openSelectDialog: function(uploadedFile) {
|
||||
|
Loading…
Reference in New Issue
Block a user