So i use Multinode Treepicker a lot with the xpath filter, it works great.
But i now suddenly have a picker that seems to act totally wrong.
I've setup a filter: $site//findStorePage (for the screenshot i tried pointing directly, $site/home/findStorePage same result.)
So i would expect it to look for a findStorePage that is a descendant of the site node.
But instead, it navigates the picker, to the location of the current content where the picker is being used.
Datatype/picker setup:
Doc type that picker should navigate to and pick children from:
Doc type using the picker:
Picker opened:
Error thrown in console when opening picker:
The site has multiple languages.
Default is English
But also Danish exists.
"findStorePage" only existed in the danish language.
So even though i'm in the danish context, it seems to look for the default English version, that don't exists.
Multinode Treepicker xpath filter navigation wrong
So i use Multinode Treepicker a lot with the xpath filter, it works great.
But i now suddenly have a picker that seems to act totally wrong.
I've setup a filter:
$site//findStorePage
(for the screenshot i tried pointing directly,$site/home/findStorePage
same result.) So i would expect it to look for afindStorePage
that is a descendant of the site node.But instead, it navigates the picker, to the location of the current content where the picker is being used.
Datatype/picker setup: Doc type that picker should navigate to and pick children from: Doc type using the picker: Picker opened: Error thrown in console when opening picker:
Any idea? this seems very strange.
Found the issue, and seems like a bug?
The site has multiple languages. Default is English But also Danish exists.
"findStorePage" only existed in the danish language. So even though i'm in the danish context, it seems to look for the default English version, that don't exists.
is working on a reply...