Hi guys,
i'm using vbo in combination with custom actions and i'm trying to find a way to pass selected rows to the action configuration form.
All i have so far is a $context array with entity_type, views and settings but i cannot find any reference to the current selected rows.
Am i missing something?

Comments

bojanz’s picture

Issue summary: View changes
Status: Active » Fixed

You have $context['view'] and you have $form_state as the second passed parameter to the form function.
(So youraction_form($context, $form_state) is the correct signature).

Have fun!

Status: Fixed » Closed (fixed)

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