Fixed
Project:
Storage Entities
Version:
1.4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2024 at 02:09 UTC
Updated:
8 Jul 2026 at 18:50 UTC
Jump to comment: Most recent
Every time I run drush cim the views.view.storage shows a change.
Exporting after importing seems to be just a shuffling of keys.
I'll provide a pr shortly.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
nicxvan commentedI haven't been able to test this on a fresh install.
Comment #4
mandclu commented@nicxvan I probably just haven't had enough coffee yet today, but could you add steps to reproduce here?
Comment #5
mandclu commentedComment #6
joshuami@mandclu, I just ran into this one with a client. To reproduce, install storage on a newish Drupal site. (One created after the core change that exports config with the current approach to config order.) I looked around for the change that implemented that, but I'm not finding it easily. I think it was around the release of Drupal 10, maybe 10.1.
If you save the storage view at /admin/content/storage, and do a config export, you'll see that it reorders a bunch of config.
Not a huge deal, but if you don't have tests around your config sync status, you can end up with some unexplained config mismatches. It was a head-scratcher for a couple of minutes.
Comment #7
joshuamiI took a minute and tested the patch on a fresh D11 site.
Without the patch:
With the patch:
Comment #9
mandclu commentedThanks for the work here. Merged in.