Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2010 at 03:12 UTC
Updated:
26 Oct 2010 at 22:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerHere is a patch
Comment #2
orgnsm commentedworks great, thank you very much
Comment #3
dawehnerDo you want to make a really review?
Comment #4
bojanz commentedWe are adding this to views_handler_argument_string, but I don't see views_many_to_one_helper::options_form called in that class.
Hence, when I add a string argument that has "many to one" (such as Taxonomy: Term), I don't actually see the "Reduce Duplicates" option.
So, that part needs work.
As for the views_handler_filter_many_to_one part, that seems okay. Will give it a test once the whole patch is complete.
Comment #5
dawehnerI don't know why i did this, but obvious this is a error.
Here is a new version of the patch.
Comment #6
bojanz commentedMakes sense.
Adding a feature to the argument handler can be done in a separate issue.
Comment #7
merlinofchaos commentedCommitted to D6 and D7.