Needs review
Project:
Taxonomy Search Module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Feb 2008 at 19:50 UTC
Updated:
16 Jun 2008 at 23:22 UTC
Jump to comment: Most recent file
Comments
Comment #1
ricflomag commentedNew version of the patch that fixes a problem with the indexes of the of the options in the taxonomy select box, and allows no filtering at all when the "Please choose" option is selected (instead of having an empty node selection list).
Still anyone to review it ?
Comment #2
markfoodyburton commentedTHANKS for the patch, I'm going to commit it, and release a new version of the module, with the content_taxonomy listed as a dependency
Comment #3
ricflomag commentedGlad to read this. Thanks.
Comment #4
ricflomag commentedSlightly modified patch:
* Removed the strip_tags() function on _nodereference_item() return value, replaced by setting the third argument of this function to FALSE, so that it does not return HTML, but plain text.
* Done on both calls to _nodereference_item() (one had been omitted).
Any chance to release a new version soon ? ;)