Moritz Glöckl

Results 41 comments of Moritz Glöckl

Hi, this problem still persists when you select a table which has a self referencing field. For example I have a table named Company, with a field name headquarter which...

@multimulti I'm also using GC 1.5.3 and ajax_list_info throws this error for me, with the updated function: `Column 'name' in where clause is ambiguous` `SELECT * FROM company LEFT JOIN...

What do you mean with add the table name? The error is in `ajax_list_info`, and I'm using your function. I can't use unique field names, because the table is referencing...

I already tried this... It doesn't work unfortunately. Since you wrote the new `ajax_list_info`, maybe you know where the `LEFT JOIN` in the select comes from? It isn't even needed...

Hmm okay, well my other approach would be to give the company where I select from a name. Any guess where this comes from?

@Doctor-Paul I fixed the problem myself, I modified your code and added a `$this->get_table()` in front of the `$search_field` variable. Maybe you want to update your code? It works perfectly...

Do you have an example where it might break? It seems to work for me!

Hi @hrvylein thank you for your additions! Unfortunately I currently don't have access to a community server, so I'm not quite sure how to test this.

Hi! Interesting idea, how would you like this to work? Git is pretty complicated and feature-rich itself, so I'm not sure if this is within the scope of this project....

Thanks, I'm gonna take a look 👍 :)