Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294402

With a taxonomy term view Exposed form in block has incorrect action URL with asterisk, not taking into account term id

$
0
0

Problem/Motivation

Exposed form in block not working with taxonomy term views. When the exposed form is shown in a block it has incorrect action URL:
action="/en/taxonomy/term/%2A" instead of action="/en/taxonomy/term/1"

Steps to reproduce

Create a /taxonomy/term/% view, add some Filter criteria to it.
Set Advanced > Exposed form > Exposed form in block to "Yes".
Go to /admin/structure/block and add the block to a region.
Open /taxonomy/term/1, check the action attribute of the form and try filtering.


Viewing all articles
Browse latest Browse all 294402

Trending Articles