mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Merge pull request #139 from mateusz/allowed-actions
BUG Update allowed_actions on frontend Controller.
This commit is contained in:
commit
67cb86b319
@ -409,6 +409,13 @@ class UserDefinedForm extends Page {
|
|||||||
|
|
||||||
class UserDefinedForm_Controller extends Page_Controller {
|
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
|
* Load all the custom jquery needed to run the custom
|
||||||
* validation
|
* validation
|
||||||
|
Loading…
Reference in New Issue
Block a user