Hi,

Drupal setup:
I have a multilingual drupal setup (nl, fr, en).

I have got several Glossary Mode Views enabled on my installation that are being controlled by ajax, this view works fine when
there is no language prefix in the url e.g.: http://mysite.com/glossary.
However it fails when there is a language prefix in the url e.g.: http://mysite.com/en/glossary

The same thing occures with the autocomplete field of the node reference module.

Perhaps there are other cases where this occures, I didn't come across any more atm.
Is this a known issue? Or could someone provide a solution for this?

Sincerely,
Dimitri

Comments

marcingy’s picture

Project: Drupal core » Glossary
Version: 7.19 » master
Component: ajax system » Code

Sounds like a module bug.

dimitrileonidas’s picture

It could be a module bug, but it seems that quite a few modules are having this issue.
So perhaps this could be clarified within the core?

NancyDru’s picture

Version: master » 7.x-1.x-dev
Issue summary: View changes

Sounds like a URL issue in Core, but I'l look when I get a chance.

NancyDru’s picture

Status: Active » Closed (works as designed)

I think the OP has confused the Views glossary feature with this module.