Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.11
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 Apr 2010 at 12:49 UTC
Updated:
25 Aug 2017 at 10:01 UTC
Jump to comment: Most recent
Comments
Comment #1
dawehnerI don't think this was fixed with the issue you linked. This is a commit from last year.
The placeholder %1 should be 0 right?
Comment #2
iamjon commenteddupalaccount,
were you ever able to find a solution to the issue? if yes please update so others can benefit.
if you still need help please feel free to reopen the issue with more information per the submissions guidelines http://drupal.org/node/571990
Comment #3
JensH commentedI've made a workaround in my page template. The issue still apears in v 2.11 (recently upadted). I try to explain a little bit better:
The Contenttype 'ideas' has a CCK field (text/sdrop down) "idea_type" with the PHP-Values:
Now on an overview page we have links like:
/ideas/category/0
-> this shows all ideas of category "Product".
The View behind this page is trivial (node title, filter by node type and published) and we have an argument for the field idea_type with the title "Ideas of type %1". And in case of cat. 0, %1 is not replaced with "Product". All other works...
Regards Jens
Comment #4
JensH commentedComment #5
iamjon commentedI spoke to merlinofchaos about this on irc, he said
I thought there was a setting in the argument definition for whether or not 0 was valid now. Need to look into that and see if I'm misremembering or if CCK just needs to take advantage of it.
Comment #6
iamjon commentedAssigning to merlinofchaos for follow up
Comment #7
mustanggb commented