Closed (duplicate)
Project:
Drupal core
Version:
8.4.x-dev
Component:
rest.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Mar 2017 at 18:55 UTC
Updated:
29 Mar 2017 at 11:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
shadcn commentedComment #3
shadcn commentedComment #4
wim leersAny entity that does not have a UUID will not be deployable/syncable. The problem here is that the
Itementity type does not have a UUID. But we have #2149851: Remove todo about GUID field on the 'aggregator_item' entity and add UUID field to fix that.So I'd rather fix #2149851: Remove todo about GUID field on the 'aggregator_item' entity and add UUID field instead.
Besides, making the change proposed here means less test coverage for a particular kind of failure: we're then no longer testing for UUID-less entities whether basic entity field validation constraints are tested.
Comment #5
wim leersThis was fixed as part of #2843752: EntityResource: Provide comprehensive test coverage for Item entity :)