Remove FF `always_perform_delayed_deletion`
What does this MR do and why?
Related to #393622 (closed)
Now that the always_perform_delayed_deletion has been enabled by default for a few days, we can remove this feature flag.
Follow up issue: #411206 (closed), to drop the columns related to delayed deletion, since they are no longer used.
Screenshots or screen recordings
Admin area
| feature flag disabled | feature flag enabled | feature flag removed (this MR) |
|---|---|---|
![]() |
![]() |
![]() |
How to set up and validate locally
- Go to
/admin/application_settings/generaland expand theVisibility and access controlssection. There should be only an input for retention period. - Go to a group ->
Settings->General->Permissions and group features. TheDeletion protectionsetting shouldn't be rendered.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Manoj M J


