`type: filter.format.*` duplicates the inherited `dependencies` key

Created on 16 February 2024, over 1 year ago
Updated 3 March 2024, over 1 year ago

Problem/Motivation

While looking into tackling filter.format.* for 🌱 [meta] Add constraints to all config entity types Active , I noticed this:

filter.format.*:
  type: config_entity
  label: 'Text formats'
  mapping:
…
    filters:
      type: sequence
      orderby: key
      label: 'Enabled filters'
      sequence:
        type: filter
    dependencies:
      type: config_dependencies
      label: 'Dependencies'

πŸ‘† Those last 3 lines are entirely pointless duplication β€” they're inherited directly from type: config_entity already! This seems to have been an oversight in a manual conflict resolution in #2217877-22: Text filters should be able to add #attached, #post_render_cache, and cache tags β†’ , where this was introduced β€” by yours truly πŸ™ˆ

Steps to reproduce

Proposed resolution

Remove these 3 lines.

Remaining tasks

None.

User interface changes

None.

API changes

None.

Data model changes

None.

Release notes snippet

None.

πŸ“Œ Task
Status

Fixed

Version

11.0 πŸ”₯

Component
FilterΒ  β†’

Last updated 28 days ago

No maintainer
Created by

πŸ‡§πŸ‡ͺBelgium wim leers Ghent πŸ‡§πŸ‡ͺπŸ‡ͺπŸ‡Ί

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024