Update changelog to include removal of CMSFileAddController

Fix error in drag/drop functionality
This commit is contained in:
scott1702 2015-09-29 09:58:01 +13:00
parent 914f06c2dd
commit 33f181f72a
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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) {