Hi there,
I have a site where the URL to editing a node can sometimes look like http://www.mysite.com/node/639/edit?destination=admin/content&language=fr
If I try to edit an autocomplete field of the node on this page, I see that the request sent back to the server looks like http://www.mysite.com/node_reference/autocomplete/node/slider/field_slid... (where 'test' is what I typed into the autocomplete field)
As you can see, Drupal removes the destination=.. parameter from the URL, but language=.. is kept in it, which results in no filtering occurring.
Anything that can be done about that? I wasn't able to find the place in the code where this is happening I'm afraid.
Cheers
Comments
Comment #1
disasm commentedI've tested this with a base 7.14 install. I was unable to reproduce the issue.
Comment #2
disasm commentedAt the suggestion of Cottser, I re-ran the steps above with the enabling of the content translation module, and was not able to reproduce the issue still. One thing we noted was in your url, you have lang=fr as a parameter to the language string. I could not find anything in Drupal Core that treats languages that way. To do translation by url, it's usually mysite//rest/of/url.
Marking as postponed, needs more info.
Comment #3
dddave commentedComment #4
hhvardan commentedI have the same issue ... did you find the solution?