Closed (fixed)
Project:
Taxonomy Term Reference Filter by Views
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2013 at 07:35 UTC
Updated:
22 Mar 2013 at 05:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
jimmyko commentedFor your reference.
Comment #2
jimmyko commentedI forgot to remove the unnecessary function in previous patch. This patch is same as before but without the unshift function.
Comment #3
jimmyko commentedI change the status to "needs review" and hope anyone can help to test it. Thanks
Comment #4
vasikei see. thank you jimmyko.
your drupal API reference open my eyes. what was the issue here:
there were just a intersection of taxomomy terms array, excluding the "_none" option.
so the solution is just to be sure this option is kept in the select list.
here is the commit :http://drupalcode.org/project/term_reference_filter_by_views.git/commit/...
again, thank you Sir
p.s. @jimmyko : ofcourse your solution works, but the code it's already there, in the core.
Comment #5
jimmyko commentedThank you vasiko. I think your solution is more elegant. Great job!