I have a taxonomy term "crunch!" and I link to a view with arguments in the url by adding menu links (which html encodes the ! as %21).

The view will not validate the taxonomy term until I tell it to urldecode() the arguments.

Comments

thedavidmeister’s picture

Status: Active » Needs review
StatusFileSize
new660 bytes

this patch works for me.

chris matthews’s picture

Version: 7.x-3.5 » 7.x-3.x-dev
Issue summary: View changes
Status: Needs review » Needs work
Issue tags: +Needs reroll

The 6 year old patch to views_plugin_argument_validate_taxonomy_term.inc does not apply to the latest views 7.x-3.x-dev and if still applicable needs to be rerolled.

Checking patch modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc...
error: while searching for:
  }

  function validate_argument($argument) {
    $vocabularies = array_filter($this->options['vocabularies']);
    $type = $this->options['type'];
    $transform = $this->options['transform'];

error: patch failed: modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc:83
error: modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc: patch does not apply
andrew answer’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
StatusFileSize
new689 bytes