Hello everybody,
I was quite excited today as I have created some custom VBO actions in my module. However, I am using the Views Saved Searches nodule as well and the problem is that after I select multiple nodes in my view and select the action from the list I will go to the next step (some action configuration form) and the Saved Searches form is still there. Apparently it should not be as there is no view anymore.
I think I can get rid fo the form in hook_views_pre_render by setting $view->attachment_before = NULL;, but I do not know if this is the correct way, and secondly, I do not know how to find out in hook_views_pre_render that I am currently on the VBO form page. If someone could help me just with the last one I think I can sort the rest out.
Thanks a lot!
Petiar