Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
31 Oct 2014 at 10:41 UTC
Updated:
20 Nov 2014 at 08:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alexpottHere's a patch to fix this a tests the missing
target_uuid.Thinking how to test the string id thing.
Comment #3
alexpottComment #4
gábor hojtsyComment #5
gábor hojtsyBTW the patch looks good. We need an entity type with a non-numeric id to test this I guess. That should already exist in core, no? If we only want to test the persistence, we can set whatever value we want, unless there is some strict data checking on entity references (in which case that would be delegated to the target entity type I guess, so we need that entity type anyway).
Comment #6
alexpottHere's a patch that adds a test for referencing entities with string IDs. The interdiff is the test only patch :)
Comment #8
gábor hojtsyIt is comfy that the EntityTestStringId entity type was already available indeed. Added test looks great.
Comment #10
webchickCommitted and pushed to 8.0.x. Thanks!