currently only "delete" is available. Add operations to change status.
Related to: #1370176: Incompatibilty with Views 3 Feed Display
currently only "delete" is available. Add operations to change status.
Related to: #1370176: Incompatibilty with Views 3 Feed Display
Comments
Comment #1
alexweber commentedtagging for sprint.
Comment #2
alexweber commentedClarifying this a little:
We need to implement hook_action_info() and create actions for changing an application entity's status (ie changing it's "status" property from 0 to 1 and vice-versa).
Once this is done, VBO will automatically pick them up.
This has already been done in application entities for the delete action and is just a matter of pretty much duplicating the logic for changing a property value. Note: we'll need one action per status (active and inactive).
Comment #3
alexweber commentedComment #4
alexweber commentedOh wait, I already did this and forgot there was an issue for it :)
Comment #5.0
(not verified) commentedadded related issue