Closed (fixed)
Project:
Advanced Queue
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 May 2013 at 12:37 UTC
Updated:
16 Feb 2017 at 15:04 UTC
Jump to comment: Most recent
Comments
Comment #1
ekes commentedThis is adding support for entity api delete (at its most basic):-
Of course by default deleted here means change to 'success' which is a little confusing.
Comment #2
Kazanir commentedWe can just support the EntityAPIController instead, if it exists. That will make the delete action VBO supplies work fine, as well as giving improved DX to the big majority of developers who are using the Entity API module for other reasons.
Comment #4
Kazanir commentedAlright, now the delete item and modify entity values VBO actions should "just work" thanks to using the EntityAPIController class if it is available.
Comment #6
Kazanir commentedNeeded some property setters for the entity value action to actually work properly.