Problem/Motivation

Some config entity properties have no explicit order for their sub elements this creates unnecessary diffs in CMI exports. Because the subelement vary in their order.

Two examples are #2350537: Enforce order of display of components in config export and #2350821: Sort views displays by display name

Proposed resolution

Apply explicit order to all values in a config entity during export to ensure minimal diff when working with git (or any other VCS).

Remaining tasks

Find issues and patch them.

User interface changes

None

API changes

None

Comments

webflo’s picture

webflo’s picture

Issue summary: View changes
webflo’s picture