I have ignored certain keys for some configs (done using this feature https://www.drupal.org/project/config_ignore/issues/2896753)
config_entity_name.*:key
1. I create a new entity of this type
2. Then run configs import and expecting that new entity will be deleted, because I didn't export that yet (as ignored only some settings, not whole config entity)
But I got error error
Unexpected error during import with operation update for config_entity_name.machine_name: The entity does not have an ID.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3137437-6.patch | 1.35 KB | bircher |
| #2 | config_ignore-handle-import-remove-for-non-exported-config-3137437-1.patch | 485 bytes | kiseleva.t |
Comments
Comment #2
kiseleva.t commentedThis patch solves the issue for me.
Comment #3
kiseleva.t commentedComment #4
botanic_spark commentedThe patch is solving issue for me.
Comment #5
botanic_spark commentedComment #6
bircherWe also need to test this scenario, attached a patch that does so.
Comment #8
bircher