Closed (fixed)
Project:
Entity API
Version:
7.x-1.x-dev
Component:
Code - misc
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2011 at 09:30 UTC
Updated:
16 May 2011 at 14:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
bojanz commentedHere's a completely untested patch.
Funny thing is, Commerce has it's own controllers, and it's own delete and delete_multiple functions, but since there's only "deletion callback" and no "deletion multiple callback', it needs to go through the slower route. One more reason for moving to EntityAPIController I guess.
Comment #2
fagoThanks.
We also might want to allow modules to define their multiple callback in hook_entity_info() and use that if its there. Anyway, the patch improves things and works (tests are green) so I've committed it.