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
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | views_taxonomy_entity_uri-1498560-6.patch | 736 bytes | derhasi |
| #5 | views_taxonomy_entity_uri-1498560-5.patch | 730 bytes | derhasi |
Comments
Comment #1
derhasi commentedWhat do youmean with this? Where do you "print" it, and how? A snippet of your "code" would be helpful too ;)
Comment #2
iajay commentedextremely 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
Comment #3
iajay commentedDid you get a chance to check this? Any other info needed?
Kind regards
Ajjaykummar
Comment #4
derhasi commentedHm, 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.
Comment #5
derhasi commentedSimilar 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).
Comment #6
derhasi commentedThere is an altered version.
Comment #7
derhasi commentedThe related views issue: #1806266: Complete entity_uri support for taxonomy_term