- πΊπΈUnited States mbnsorg
This is an older thread, but just noting we ran into the same issues described here.
On D10 (v10.1.6), we attempted exporting/importing very basic site configuration from one dev site to another, but the workarounds described did not work. Notably, once shortcut_set (or shortcut per #71) is deleted, that causes failures in drupal core/shortcut where a "shortcut_set" object is expected to be not-null in a variety of places.
We abandoned the config export/import and used a db dump instead, which was fine for our short term need, but we were surprised that a simple configuration share didn't work.
- π¦πΊAustralia finaukaufusi Sydney
I'm also facing this issue in D10.6
I'm working on CI pipeline and I want to import the config to a new Drupal site for testing.
My build always failed in this error. - πΊπΈUnited States ExTexan
This may shed some light on the issue. It seems to me that the full configuration for shortcuts (stored in the database tables) is not being exported to the config yml files.
The 3 attached screenshots show the three tables prefixed with "shortcut" in the site where shortcuts are working.
And here are the three config yml files exported from that site, and imported into another site (in which no shortcuts appear).
uuid: f2e2a04f-a646-4376-a5f0-78d157102f32 langcode: en status: true dependencies: { } _core: default_config_hash: U5VlGjd_SfV0Qm_EfnaynOfc549cNscFAx48JfYoMRI id: default label: Default
uuid: 9fbf3b51-f736-4160-9dbe-900d711b9ff8 langcode: en status: true dependencies: { } id: staff-shortcuts label: 'Staff Shortcuts'
uuid: aa9e33ce-90ce-419c-bf91-c8b77f5b122e langcode: en status: true dependencies: { } id: content-admin-shortcuts label: 'Content Admin Shortcuts'
I just don't see how the data in the tables could come from the limited data in the yml files.