Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.3
Component:
taxonomy data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2009 at 20:59 UTC
Updated:
22 Apr 2009 at 05:20 UTC
Namely, when %1 argument is specified in the title, it shows a numerical value instead of original argument.
I think it doesn't make much sense to show TIDs in the title instead of the original argument (which is intuitively expected to be there when we use percent substitution argument placeholders), so I made a small patch for the "views/modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc" file to fix this.
| Comment | File | Size | Author |
|---|---|---|---|
| views_plugin_argument_validate_taxonomy_term.patch | 436 bytes | nikita@protsenko.com |
Comments
Comment #1
nikita@protsenko.com commentedComment #2
merlinofchaos commentedI committed a slightly better version of this.