![]() |
v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD (/showthread.php?tid=40505) |
v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - El Forum - 04-14-2012 [eluser]web-johnny[/eluser] [quote author="Matalina" date="1334321957"]yeah I did that, it's not working. It's not even inserting the correct jquery file from the theme. I'm using the flexigrid theme and it's inserting the datagrid(?) theme's js. I have unset_jquery() right after the theme call and it still sends it.[/quote] What datagrid? What do you mean? I don't have any datagrid anywhere. I tested many times and it works. What version of grocery CRUD did you use? Only 1.1.8 version had this bug that the unset_jquery didn't work correctly. If yes you can simply see the fix for this at: https://github.com/scoumbourdis/grocery-crud/commit/cef90a2fdd1cd8aa0870209c1726238f599e3289#L1L1365 v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - El Forum - 04-16-2012 [eluser]Matalina[/eluser] I will have to check my version. I thought I had the latest. But this is the code that my js files is outputting: Code: <script src="http://webdev.babersinc.local/intranet/assets/grocery_crud/themes/datatables/js/jquery-1.6.2.min.js"></script> See the first line. But as I said I'll check my version. *edit* Alright it was the version. Now to fix things. Thanks for the help. v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - El Forum - 04-17-2012 [eluser]web-johnny[/eluser] Just updated grocery CRUD as for version 1.2.1. This release has mainly bug fixes but also three new functions: unset_add_fields, unset_edit_fields and unset_fields. v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - El Forum - 04-20-2012 [eluser]Unknown[/eluser] First time to codeigniter and this grocery CRUD did save me a lot of time. Thanks for the great work! v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - El Forum - 05-06-2012 [eluser]arif_stalker_majid[/eluser] web johnny, thanks for the great plugin.. v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - El Forum - 05-06-2012 [eluser]arif_stalker_majid[/eluser] One more modification will be very good if you want to add it. 1. Add/Edit Pages a. when u click on Save,Update multiple times, multiple ajax request is sent to the server and all the requests are processed. Problems faced due to this : 1. Add a. Multiple click on the save button adds multiple data in the database. Proposed Fix: On click of the save button -> disable all buttons, and on success or error -> enable all the buttons. thanks in advance. v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - El Forum - 05-07-2012 [eluser]web-johnny[/eluser] [quote author="arif_stalker_majid" date="1336298571"]One more modification will be very good if you want to add it. 1. Add/Edit Pages a. when u click on Save,Update multiple times, multiple ajax request is sent to the server and all the requests are processed. Problems faced due to this : 1. Add a. Multiple click on the save button adds multiple data in the database. Proposed Fix: On click of the save button -> disable all buttons, and on success or error -> enable all the buttons. thanks in advance.[/quote] I added as a task so I remember it (https://github.com/scoumbourdis/grocery-crud/issues/26) Thanks to mention it v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - El Forum - 05-11-2012 [eluser]arif_stalker_majid[/eluser] hello johnny, i posted a problem regarding the call backs problem when using grocery with HMVC Code: http://www.grocerycrud.com/forums/topic/426-form-validation-callbacks-not-working-with-hmvc-modular-extention/ Call backs are not working properly using the set rules with HMVC modular extention... kindly check back thanks v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - El Forum - 05-13-2012 [eluser]web-johnny[/eluser] The new version 1.2.2 is now released. Many major bugs are fixed and 2 brand new features are included to this release: “save list and go back” button. and “unset_list” method. For more you can see the change logs at: http://www.grocerycrud.com/documentation/change_logs , or visit grocery CRUD facebook page at: http://www.facebook.com/pages/Grocery-CRUD/226957574012339 v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD - El Forum - 05-14-2012 [eluser]arif_stalker_majid[/eluser] For those who are having trouble using HMVC with Grocery kindly see this link below. Mit posted a great fix in the grocery forum. Code: http://www.grocerycrud.com/forums/topic/426-form-validation-callbacks-not-working-with-hmvc-modular-extention/ thanks |