⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Open in dialog and _self in the same script



Fernyx

Fernyx
  • profile picture
  • Member

Posted 27 June 2019 - 12:36 PM

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