- π¨π¦Canada _randy
This is happening in Drupal 10.1.1 as well.
After syncing an entire site's config to the target site, I have 106 config files that import just fine, but remain in the Config Sync UI. Only differences are the ordering of the config parameters.Manual import via Devel config editor does not resolve the issue and nor does a manual import via the Single Config import option.
- πΊπΈUnited States SteelStrung
Also having this issue with Drupal 10.3, PHP 8.2
I have a development/testing environment and upgraded one to 10.3. After I pushed code to the testing environment and exported/imported configurations, there are several that will show up with 'drush cim' even after it imports. Reviewing the configuration differences from /admin/config/development/configuration/ shows that the differences are mostly just order changes of the parameters.#5 has a point about the order changes, but I think Configuration Manager should be fixed to either ignore the changes to order when identifying differences, or it should update the config item order as well so it matches the config being imported (thus no differences).
It is confusing to see items still needing to be imported in the CLI when there are materially no changes, and the only suggestion is to view the diffs to see if there is really a material change that needs to be imported (seems redundant)