This is one of the few reaction rule combinations I could get to work cleanly with the VBO and referencing the component above. It does not delete.
{ "rules_another_rules_test" : { "LABEL" : "Another rules test", "PLUGIN" : "reaction rule", "OWNER" : "rules", "REQUIRES" : [ "rules", "views_bulk_operations", "entityform" ], "ON" : { "entityform_insert" : [] }, "IF" : [ { "data_is" : { "data" : [ "entityform:type" ], "value" : "myplatform" } } ], "DO" : [ { "views_bulk_operations_action_load_list" : { "USING" : { "view" : "backend_current_project_edit|default" }, "PROVIDE" : { "entity_list" : { "entity_list" : "A list of entities" } } } }, { "LOOP" : { "USING" : { "list" : [ "entity-list" ] }, "ITEM" : { "list_item" : "Current list item" }, "DO" : [ { "component_rules_delete_current_project" : { "current_project" : [ "entity-list" ] } } ] } } ] } }
The view which works on its own is structured: