Closed (won't fix)
Project:
Node Picker
Version:
6.x-1.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2011 at 17:36 UTC
Updated:
8 Dec 2023 at 21:28 UTC
Jump to comment: Most recent
Comments
Comment #1
drupalninja99 commentedI believe the issue if the link gets cached on a neutral language page while the user has switched their language.
Comment #2
drupalninja99 commentedWhat we have to do is nodepicker_render_tag or nodepicker_decode_tag has to make sure not to return a prefixed version of the link if it gets called with you on /it/, /es/, etc of a neutral page. otherwise when you return back to english or another language that prefix is always in the filter cache when there should be none.
Comment #3
drupalninja99 commentedThe solution I believe is to force the path to be the one in the nodes original language no matter the users current language when this processing occurs.
Comment #4
peter törnstrand commented