mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 15:05:42 +00:00
BUG Update allowed_actions on frontend Controller.
This commit is contained in:
parent
3352fe38b0
commit
eae3283e4c
@ -409,6 +409,13 @@ class UserDefinedForm extends Page {
|
||||
|
||||
class UserDefinedForm_Controller extends Page_Controller {
|
||||
|
||||
public static $allowed_actions = array(
|
||||
'index',
|
||||
'ping',
|
||||
'Form',
|
||||
'finished'
|
||||
);
|
||||
|
||||
/**
|
||||
* Load all the custom jquery needed to run the custom
|
||||
* validation
|
||||
|
Loading…
x
Reference in New Issue
Block a user