Hello!
for some reason my problem is back!
I will investigte deeper, since I have some made code, it might be a problem.
To give more idea about the problem, I made migration from CB 1.9 to 2. There I had categories inside categories via the Parent field. That field was deleted in CB 2, so I adjusted my code for this. I created a new table to keep the relationships of Parent/Child categories, and then I build those relationships in a SQL field. That field is not used in the GJ Edit Group form.
I am not touching the CB code at all. I have a CB_CATEGORY field which is a SQL field to build my old Parent Structure of the categories.
Now, that SQL field is working fine. The problem is in the Standard Edit form of groups, in which for some weird reason it is reseting the Category to the first one it finds in Database. :S
Perhaps I have some Index problem after CB and GJ update?
This problem doesn't happen in Backend.
By the way, How can I use the same field used in Backend, but in Frontend? I mean that one with dropdown and search.
Any help would really help!
Alejandro