Welcome Guest, Not a member yet? Register   Sign In
v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD

[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-...89#L1L1365

[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>
<script src="http://webdev.babersinc.local/intranet/assets/grocery_crud/themes/flexigrid/js/cookies.js"></script>
<script src="http://webdev.babersinc.local/intranet/assets/grocery_crud/themes/flexigrid/js/flexigrid.js"></script>
<script src="http://webdev.babersinc.local/intranet/assets/grocery_crud/themes/flexigrid/js/jquery.form.js"></script>
<script src="http://webdev.babersinc.local/intranet/assets/grocery_crud/themes/flexigrid/js/jquery.numeric.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.

[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.

[eluser]Unknown[/eluser]
First time to codeigniter and this grocery CRUD did save me a lot of time.
Thanks for the great work!

[eluser]arif_stalker_majid[/eluser]
web johnny,
thanks for the great plugin..

[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.

[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

[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

[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-CR...7574012339

[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




Theme © iAndrew 2016 - Forum software by © MyBB