⚠ 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

Dialog form



Abdullah

Abdullah
  • profile picture
  • Member

Posted 22 April 2015 - 00:31 AM

Hi.. i am new to grocery crud.

 

i have edited the config file so that I can use dialog form .$config['grocery_crud_dialog_forms'] = TRUE;

but the problem that when i add new record and press ( save and go back to list) it add it to database but i didn't close or refresh the page.

 

any solution plz


feliperochaguimaraes

feliperochaguimaraes
  • profile picture
  • Member

Posted 22 June 2015 - 14:51 PM

solution:

In add.php file just comment line 4 that works.

 

//$this->set_js_lib($this->default_theme_path.'/flexigrid/js/jquery.form.js');


jrierab

jrierab
  • profile picture
  • Member

Posted 17 December 2015 - 16:45 PM

Thanks ! That is a very annoying bug, indeed. Your solution works like a charm.