Merge pull request #4638 from scott1702/update-changelog

Update changelog to include removal of CMSFileAddController
This commit is contained in:
Damian Mooyman 2015-09-29 11:00:07 +13:00
commit 3e8237b17e
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) {