Add migration hook to remove empty config and unneeded dependency

Created on 17 March 2023, about 2 years ago
Updated 20 March 2023, about 2 years ago

Problem/Motivation

πŸ“Œ Remove epp default dependency in all fields config sync files Fixed corrects the creation of 'empty' EPP config data and unneeded dependency. Now we need to clean up existing 'empty' data, eg:

dependencies:
  ...
  module:
    - epp
  ...
third_party_settings:
  epp:
    value: ''
    on_update: 0

Proposed resolution

Implement an update hook to remove EPP third_party_settings and dependency where both value and on_update are empty/false in field config items.

πŸ“Œ Task
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States justcaldwell Austin, Texas

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024