scoumbourdis / grocery-crud-codeigniter-4

GNU General Public License v3.0
68 stars 38 forks source link

addForm #16

Open lnavarroa opened 3 years ago

lnavarroa commented 3 years ago

Hi Johnny, thanks for the great work!, I´m trying to implement grocery-crud on my CI4 project, but I´m having the issue for add-edit buttons, looking on the issue#6 i use ->setApiUrlPath('controller/method') and it works fine for add-edit buttons, now i can open the add form, but in this form i cant use the cancel and save button, in my routes.php im using $routes->setAutoRoute(true);

what am I doing wrong?.