Remove FF `always_perform_delayed_deletion`
requested to merge 393622-feature-flag-rollout-of-always_perform_delayed_deletion-remove into master
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/general
and expand theVisibility and access controls
section. There should be only an input for retention period. - Go to a group ->
Settings
->General
->Permissions and group features
. TheDeletion protection
setting 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