Skip to content

Commit

Permalink
DOC Document deprecating boolean into Form::loadDataFrom()
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jan 9, 2025
1 parent 9543d9a commit 997d257
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 @@ -264,6 +264,7 @@ The `SilverStripe\CMS\Model\SiteTree.DESCRIPTION` localisation key (along with t
- [`FlushInvalidatedResource::getResource()`](api:SilverStripe\i18n\Messages\Symfony\FlushInvalidatedResource::getResource()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`Subsite::getMembersByPermission()`](api:SilverStripe\Subsites\Model\Subsite::getMembersByPermission()) has been deprecated. It will be removed without equivalent functionality to replace it.
- The `$join` parameter for the [`Subsite::get_from_all_subsites()`](api:SilverStripe\Subsites\Model\Subsite::get_from_all_subsites()) method has been deprecated. Use [leftJoin($table, $joinClause)](api:SilverStripe\ORM\DataList::leftJoin()) instead.
- Passing a boolean value to the `$mergeStrategy` argument in [`Form::loadDataFrom()`](api:Silverstripe\Forms\Form::loadDataFrom()) has been deprecated. Pass [`Form::MERGE_CLEAR_MISSING`](api:Silverstripe\Forms\Form::MERGE_CLEAR_MISSING) instead of `true` and `0` instead of `false`.

## Bug fixes

Expand Down

0 comments on commit 997d257

Please sign in to comment.