Hello I have been using grocery crud for years now, and its still the most awesome thing ever!
I have recently encountered a problem. I have a field called password but i do not want it to show when editing. Instead I add 2 fields change_password and confirm_password. If they are not empty and they match it will change the real password via the callback.
The problem is with these two fields added and the callback after update i get...
Even if the callback is a completely empty function. Without the 2 extra fields the callback works fine. Admitedly I am still using GC 1.3 because I have made a lot of small changes to the core but nothing that should effect this.
Any ideas?