mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
fixing fieldEditor to work with ss 3.0.5
missed one public variable
This commit is contained in:
parent
64b20b7516
commit
4e5cf5a361
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
class FieldEditor extends FormField {
|
class FieldEditor extends FormField {
|
||||||
|
|
||||||
private static $allowed_actions = array(
|
public static $allowed_actions = array(
|
||||||
'addfield',
|
'addfield',
|
||||||
'addoptionfield'
|
'addoptionfield'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user