Store data in database rather than config

Created on 18 May 2023, over 1 year ago
Updated 19 August 2024, 3 months ago

Problem/Motivation

Whenever new content is added this module adds data in the thrid_party_settings of the content type. If the config is managed by a version control system then the config will need to be committed _every time new content is created_. I would argue that this data should be considered as content, rather than config, and stored in the database instead.

Steps to reproduce

  1. Create a new entity (node, taxonomy term, etc)
  2. Export config
  3. Note that the config has been changed to include data concerning the new entity

Proposed resolution

Create a custom database table
Store and access Entity Redirect data in this custom database table

Remaining tasks

User interface changes

N/A

API changes

TBC

Data model changes

TBC

Feature request
Status

Postponed: needs info

Version

2.0

Component

Code

Created by

🇬🇧United Kingdom jofitz

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

Comments & Activities

  • Issue created by @jofitz
  • Status changed to Postponed: needs info 3 months ago
  • 🇨🇦Canada nickdickinsonwilde Victoria, BC (T'So-uke lands)

    It should only be per content type not per content. What steps can replicate this? (I wasn't able to with the above steps)

Production build 0.71.5 2024