mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2461 from unclecheese/patch-1
BUGFIX: Without casting TreeTitle as HTMLText, unescape HTML appears in ...
This commit is contained in:
commit
1a4b812cbb
@ -25,6 +25,10 @@ class Folder extends File {
|
||||
|
||||
private static $default_sort = "\"Name\"";
|
||||
|
||||
private static $casting = array (
|
||||
'TreeTitle' => 'HTMLText'
|
||||
);
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user