When using either taxonomy term or parent term as contextual filter, overriding the title of the view using %1 placeholder currently prints out the numeric argument. Views should resolve the actual title of the (parent) term.

Comments

smk-ka’s picture

Status: Active » Needs review
StatusFileSize
new1023 bytes

This patch reuses the otherwise unused views_handler_argument_taxonomy class as argument handler for the parent term, since it already contains all the code we need :).

smk-ka’s picture

Title: Provide title for parent term » Provide title for taxonomy term argument
StatusFileSize
new1.31 KB

The same is true for regular term contextual filters. Updated patch and issue summary.

dawehner’s picture

Status: Needs review » Fixed

Yeah, this makes sense. Commited to 7.x-3.x and 6.x-3.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Issue affects any taxonomy term arguments, not just parent terms.