mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
128 stars 41 forks source link

[Task]: Migrate block list zadmin config keys to new pattern #15193

Open KevinMind opened 3 days ago

KevinMind commented 3 days ago

Description

In https://github.com/mozilla/addons-server/pull/22828 we preserver the original zadmin config key holding the value of the last time a blocked base filter was updated to ensure compatibility with the existing value.

In the linked PR we are already writing to the new value as well, so in this issue we can simply remove reading from the old value and update the reference.

We can migrate that value to the new key and then update the code.

Acceptance Criteria

  ### Milestones/checkpoints
  - [ ] remove reference to the old value and the option to toggle between new/old values

Checks

┆Issue is synchronized with this Jira Task