Hi
I've added some custom action with
$crud->add_action
All works great, except one, i need open in "_self" not in a dialog form. The only solution is add this line
$this->config->set_item('grocery_crud_dialog_forms',false);
But if i add this line, also the edit button, add button and view button also is opened in _self
ItÅ› possible change grocery_crud_dialog_forms only for an specific action??
Thanks