Skip to content

Commit

Permalink
DOC Deprecate UserFormsColumnCleanTask
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Feb 19, 2025
1 parent c3dbf08 commit 4901b18
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 @@ -355,6 +355,7 @@ See [indexes](/developer_guides/model/indexes/) to learn about indexes in Silver
- Passing `null` for the `$cast` parameter in [`Form::sessionFieldError()`](api:SilverStripe\Forms\Form::sessionFieldError()) is deprecated. Pass a ValidationResult::CAST_* constant instead.
- [`DBInt::Times()`](api:SilverStripe\ORM\FieldType\DBInt::Times()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`Controller::has_curr()`](api:SilverStripe\Control\Controller::has_curr()) has been deprecated. It will be removed without equivalent functionality to replace it.
- [`UserFormsColumnCleanTask`](api:SilverStripe\UserForms\Task\UserFormsColumnCleanTask) has been deprecated. It will be removed without equivalent functionality to replace it.

## Bug fixes

Expand Down

0 comments on commit 4901b18

Please sign in to comment.