mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX: Without casting TreeTitle as HTMLText, unescape HTML appears in TreeDropdownField
This commit is contained in:
parent
304e5d192e
commit
5c376a4a4a
@ -25,6 +25,10 @@ class Folder extends File {
|
||||
|
||||
private static $default_sort = "\"Name\"";
|
||||
|
||||
private static $casting = array (
|
||||
'TreeTitle' => 'HTMLText'
|
||||
);
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user