Closed (duplicate)
Project:
Entity API
Version:
7.x-1.x-dev
Component:
Code - misc
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Apr 2011 at 11:34 UTC
Updated:
12 Apr 2011 at 03:28 UTC
Implemented an exportable, fieldable, revisioned entity type using Entity API. Everything seems to be working except the overview form provided via entity_ui_overview_form() did not load any of the saved entities. Looking into why, the query to load entities fails because it inner joins on the revision table, which is empty.
Looking at EntityAPIController's ->save() method there does not appear to be any attempt to save a revision. Is this an oversight? Patches welcome?
Thank you!
Comments
Comment #1
mikey_p commentedThis looks like is a duplicate of #996696: Support revisions in Entity API.