mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Merge pull request #97 from icecaster/master
declaring allowed actions as private as per RequestHandler
This commit is contained in:
commit
09db27ade8
@ -28,7 +28,7 @@ class StringTagField extends DropdownField
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
public static $allowed_actions = [
|
||||
private static $allowed_actions = [
|
||||
'suggest'
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user