Active
Project:
Entity Hash
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2016 at 06:56 UTC
Updated:
21 Oct 2016 at 06:56 UTC
Jump to comment: Most recent
Hi,
We have created a custom entity that uses the entity hash system. This works correctly but we are getting a PHP warning in the log messages.
Notice: Undefined property: Entity::$vid in entity_hash_shutdown() (line 170)
This issue occurs when using a custom created entity and not a node. The custom entity does not have a revision so there should be a check for this.
Comments