Hi,
I attach a screen of the request returned by the debug of editor, I have difficulty in understanding why it cuts my left join, my controller is however correct.
Is that not just the display of long strings in the console? It uses ellipsis to truncate them - which is annoying, but I've seen that before myself. If you view the raw return for the Ajax request (rather than the parsed JSON), does it show you the full string then?
Answers
Is that not just the display of long strings in the console? It uses ellipsis to truncate them - which is annoying, but I've seen that before myself. If you view the raw return for the Ajax request (rather than the parsed JSON), does it show you the full string then?
Allan
Thank's Allan, it's working fine, it's my fault.
Clement