Closed (duplicate)
Project:
Universally Unique IDentifier
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2012 at 13:42 UTC
Updated:
16 Oct 2014 at 10:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rodmaz commentedI can confirm this is a major bug. Using 7.x-1.0-alpha3 and applied the patch successfully.
Comment #2
wodenx commentedI also can confirm that this is a major bug.
While the patch above will prevent the fatal, it still generates a PHP notice for entities which don't support uuids. This version fixes that, and extends the fix to cover entity_get_id_by_uuid() as well.
Comment #3
subspaceeddy commentedI ran in to the issue fago mentioned and can confirm that wodenx's patch in #2 cleanly fixes it
Comment #4
skwashd commentedThis is a duplicate of #2356305: Some contrib entities has no support for UUID, let's skip them., which is currently RTBC. Let's run with that one.