From 4eef94de27cf8bb7da6c4ed6e9e4a12f60c612a9 Mon Sep 17 00:00:00 2001 From: David Alexander Date: Wed, 17 Feb 2016 14:48:55 -0700 Subject: [PATCH] DOCS 2.4 : corrected and api: tag --- docs/en/reference/dataobject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/dataobject.md b/docs/en/reference/dataobject.md index e1328549c..de7fd5271 100644 --- a/docs/en/reference/dataobject.md +++ b/docs/en/reference/dataobject.md @@ -40,7 +40,7 @@ These calls retrieve a [api:FieldSet] for the area where you intend to work with ### For the Frontend Used for simple frontend forms without relation editing or [api:TabSet] behaviour. Uses `scaffoldFormFields()` by -default. To customize, either overload this method in your subclass, or decorate it by [api:DataObjectDecorator::updateFormFields()]. +default. To customize, either overload this method in your subclass, or decorate it by [api:DataObjectDecorator::updateFrontEndFields()]. * Requirements: SilverStripe 2.3.*