mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR: Removed use of deprecated FieldSet in favour of FieldList.
This commit is contained in:
parent
4e7cb308d5
commit
3acffaa5bb
@ -39,7 +39,7 @@ class SiteConfig extends DataObject implements PermissionProvider {
|
|||||||
* Get the fields that are sent to the CMS. In
|
* Get the fields that are sent to the CMS. In
|
||||||
* your extensions: updateCMSFields($fields)
|
* your extensions: updateCMSFields($fields)
|
||||||
*
|
*
|
||||||
* @return Fieldset
|
* @return FieldList
|
||||||
*/
|
*/
|
||||||
function getCMSFields() {
|
function getCMSFields() {
|
||||||
Requirements::javascript(CMS_DIR . "/javascript/SitetreeAccess.js");
|
Requirements::javascript(CMS_DIR . "/javascript/SitetreeAccess.js");
|
||||||
|
@ -159,7 +159,7 @@ class SS_Report extends ViewableData {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a FieldList with which to create the CMS editing form.
|
* Returns a FieldList with which to create the CMS editing form.
|
||||||
* You can use the extend() method of FieldSet to create customised forms for your other
|
* You can use the extend() method of FieldList to create customised forms for your other
|
||||||
* data objects.
|
* data objects.
|
||||||
*
|
*
|
||||||
* @uses getReportField() to render a table, or similar field for the report. This
|
* @uses getReportField() to render a table, or similar field for the report. This
|
||||||
|
Loading…
Reference in New Issue
Block a user