mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
3.1 allowed_actions fixes for SubsitesTreeDropdownField
This commit is contained in:
parent
99d242f3ae
commit
e6832aadca
@ -6,6 +6,10 @@
|
||||
* @package subsites
|
||||
*/
|
||||
class SubsitesTreeDropdownField extends TreeDropdownField {
|
||||
|
||||
private static $allowed_actions = array(
|
||||
'tree'
|
||||
);
|
||||
|
||||
protected $subsiteID = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user