BUGFIX: Without casting TreeTitle as HTMLText, unescape HTML appears in TreeDropdownField

This commit is contained in:
unclecheese 2013-09-27 14:46:17 +12:00 committed by Ingo Schommer
parent 304e5d192e
commit 5c376a4a4a

View File

@ -24,6 +24,10 @@ class Folder extends File {
private static $plural_name = "Folders";
private static $default_sort = "\"Name\"";
private static $casting = array (
'TreeTitle' => 'HTMLText'
);
/**
*