Skip to content

Commit

Permalink
Merge pull request #627 from creative-commoners/pulls/5/formfield-depr
Browse files Browse the repository at this point in the history
DOC FormField deprecations
  • Loading branch information
GuySartorelli authored Nov 14, 2024
2 parents b1a5f0b + ccfa227 commit cebaa14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/08_Changelogs/5.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ The `SilverStripe\CMS\Model\SiteTree.DESCRIPTION` localisation key (along with t
- [`DBEnum::flushCache()`](api:SilverStripe\ORM\FieldType\DBEnum::flushCache()) has been deprecated. Use [`DBEnum::reset()`](api:SilverStripe\ORM\FieldType\DBEnum::reset()) instead.
- The [`BaseElement.description`](api:DNADesign\Elemental\Models\BaseElement->description) configuration property has been deprecated. Use [`DataObject.class_description`](api:SilverStripe\ORM\DataObject->class_description) instead.
- The [`SiteTree.description`](api:SilverStripe\CMS\Model\SiteTree->description) configuration property has been deprecated. Use [`DataObject.class_description`](api:SilverStripe\ORM\DataObject->class_description) instead.
- [`FormField::extendValidationResult()`](api:SilverStripe\Forms\FormField::extendValidationResult()) has been deprecated. Use `extend()` directly instead.

## Bug fixes

Expand Down

0 comments on commit cebaa14

Please sign in to comment.