currently only "delete" is available. Add operations to change status.

Related to: #1370176: Incompatibilty with Views 3 Feed Display

Comments

alexweber’s picture

Issue tags: +sprint-candidate

tagging for sprint.

alexweber’s picture

Priority: Normal » Minor

Clarifying 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).

alexweber’s picture

Title: Status bulk operations » Application bulk operations
alexweber’s picture

Status: Active » Fixed
Issue tags: -sprint-candidate

Oh wait, I already did this and forgot there was an issue for it :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

added related issue