Ensure that the Autocomplete search entity's dependency config schema is sorted in a consistent manner

Created on 17 June 2024, 11 days ago
Updated 22 June 2024, 6 days ago

Problem/Motivation

The config dependencies of the Autocomplete search entity doesn't have a consistent order. Each dependency should be added using \Drupal\Core\Entity\DependencyTrait::addDependency() ensuring that it's sorted if it doesn't already exist in the list.

Steps to reproduce

Inspect the exported config of an Autocomplete search with multiple dependencies. The module dependencies are most likely in an inconsistent order.

Proposed resolution

Ensure the dependencies are sorted.

Remaining tasks

User interface changes

N/A

API changes

N/A

Data model changes

N/A

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

General code

Created by

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024