mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
Merge pull request #118 from normann/silverstripe-cms
--- Add page icons to the tree node in TreeDropdownField in page add form.
This commit is contained in:
commit
32f4672744
@ -51,7 +51,9 @@ class CMSPageAddController extends CMSPageEditController {
|
|||||||
"child//$childTitle" => $parentField = new TreeDropdownField(
|
"child//$childTitle" => $parentField = new TreeDropdownField(
|
||||||
"ParentID",
|
"ParentID",
|
||||||
"",
|
"",
|
||||||
'SiteTree'
|
'SiteTree',
|
||||||
|
'ID',
|
||||||
|
'TreeTitle'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user