silverstripe-framework/docs/en/04_Changelogs/rc/3.1.10-rc1.md
Damian Mooyman 1db08bac88 BUG Fix FormAction title encoding
BUG Fix TreeMultiSelectField using the wrong label
BUG Fix encoding of selected title on TreeDropdownField
BUG Fix DataDifferencer trying to compare non-comparable fields (non-dbfield objects)
BUG: Fix issue with TreeMultiSelectField not saving
BUG: Fix issue with GridFieldPrintButton
ENHANCEMENT Instead of using multiple api calls to encode dbfield values, delegate this operation to the individual fields via forTemplate
Instead of using a new API to communicate html encoding to treeselect, just ensure all content is HTML encoded, and enable html_titles in jstree.
2015-02-13 15:50:45 +13:00

655 B

3.1.10-rc1

Upgrading

Form Actions

Form action titles are now safely XML encoded, although this was an implicit assumption, it is now explicitly enforced. XML encoding titles will not cause an error, but is deprecated at framework 4.0. FormAction buttons with custom HTML content should be assigned using the FormAction::setButtonContent method instead.

Changelog