mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX Marking new TreeMultiSelectField_Readonly with $readonly flag, otherwise breaks CMS saving with Translable enabled etc. (see #4240)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@79240 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
059d05bae4
commit
69406d0fb0
@ -90,6 +90,9 @@ HTML;
|
||||
}
|
||||
|
||||
class TreeMultiselectField_Readonly extends TreeMultiselectField {
|
||||
|
||||
protected $readonly = true;
|
||||
|
||||
function Field() {
|
||||
$titleArray = array();
|
||||
$titleList = array();
|
||||
|
Loading…
Reference in New Issue
Block a user