Needs review
Project:
Group
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2026 at 17:30 UTC
Updated:
11 Sep 2026 at 18:42 UTC
Jump to comment: Most recent
When using the export api in core the entity_id field is exported as a numeric id. When importing back the entities referenced don't have the same numeric id. The rest of the fields export fine with an UUID.
Create some group relationships and export with the following command:
dr content:export --with-dependencies --dir=../recipes/default_content/content group_relationship
"default_content" being the name of my recipe.
Handle the special case of that field.
Code
None
None
None
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 #3
rodrigoaguileraComment #4
ultimikeI agree with @rodrigoaguilera - UUIDs should be used instead of group IDs.
-mike