mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #3887 from AdenFraser/Issue3880
Fixed "Removed DataObject::$allowed_actions #3880" on master
This commit is contained in:
commit
18683079bc
@ -3737,11 +3737,6 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
|
|||||||
*/
|
*/
|
||||||
private static $summary_fields = null;
|
private static $summary_fields = null;
|
||||||
|
|
||||||
/**
|
|
||||||
* Provides a list of allowed methods that can be called via RESTful api.
|
|
||||||
*/
|
|
||||||
public static $allowed_actions = null;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Collect all static properties on the object
|
* Collect all static properties on the object
|
||||||
* which contain natural language, and need to be translated.
|
* which contain natural language, and need to be translated.
|
||||||
|
Loading…
Reference in New Issue
Block a user