I have created a entity path for a taxonomy
Here are the main things
Path Pattern : viewpath
Query Pattern : f[0]=field_tax_fashion:[term:tid]
Now on the node page view the path is correct
e.g. path becomes viewpath?f[0]=field_tax_fashion:55

But when I print the taxonomy term in a taxonomy term then query patter is missing from the path
e.g. path becomes viewpath (the query pattern is missing)

Am i missing something?

Regards
Ajjaykummar

Comments

derhasi’s picture

Status: Active » Postponed (maintainer needs more info)

But when I print the taxonomy term in a taxonomy term then query patter is missing from the path
e.g. path becomes viewpath (the query pattern is missing)

What do youmean with this? Where do you "print" it, and how? A snippet of your "code" would be helpful too ;)

iajay’s picture

extremely sorry for the mistake
I meant
But when I print the taxonomy term in a taxonomy term view then query patter is missing from the path

I created a taxonomy term view and added the terms as fields...
So in the views the query pattern is missing

let me know if you need any further info
Kind regards
Ajjaykummar

iajay’s picture

Did you get a chance to check this? Any other info needed?
Kind regards
Ajjaykummar

derhasi’s picture

Hm, i guess this is an issue in views, that does not use all options of entity_uri. Try to have a look at that soon.

derhasi’s picture

Status: Postponed (maintainer needs more info) » Postponed
StatusFileSize
new730 bytes

Similar to #1388684: Can't use [term:name] for a term path replacement this is a views issue, but I'll open a separate issue on the views issue queue. For the moment, there's a patch attached that might solve this.

Postponed as long as the views issue is active. (Link is coming later).

derhasi’s picture

StatusFileSize
new736 bytes

There is an altered version.

derhasi’s picture