Add upgrading note for UploadField.js

This commit is contained in:
Damian Mooyman 2016-12-14 12:02:05 +13:00
parent c4dd7af886
commit 6d5e5e7782

View File

@ -1059,7 +1059,10 @@ The following filesystem synchronisation methods and tasks are also removed
for building their own form fields. This builds a form based on a given controller and model,
and can be customised on a case by case basis. This has been introduced initially for the asset-admin
module.
* Introduced `AssetAdmin\Forms\UploadField` as a react-friendly version of UploadField. This may also
be used in normal entwine forms for managing files in a similar way to UploadField. However, this
does not support inline editing of files.
The following methods and properties on `Requirements_Backend` have been renamed:
* `Requirements_Backund::$combine_files` made protected and renamed `$combinedFiles`