Closed adriaon closed 1 year ago
I believe this used to have issues in some browsers, but that problem should be ancient and I don't see any problems with the change. In fact, you are right that the mimetype should be application/json
. Added it! Thx!
It seems the method search:labels:
was not adapted accordingly?
Yes, it seems #search:labels:callback: was overlooked....
Finalized the fix in https://github.com/SeasideSt/Seaside/pull/1364
JQAutocomplete gives json responses. However, the response content type is set to text/plain. Shouldn't that be application/json? This fix works for me:
A separate issue, but anyway, for me the char set needs to be set in JQAjax>>#json: