Closed (fixed)
Project:
Better Select
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Feb 2009 at 11:33 UTC
Updated:
20 Sep 2013 at 17:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
Mark Theunissen commentedI haven't added the few lines to the function betterselect_taxonomy_form_term_from_checkboxes(), could the developers of this module help please? What does this function do? I can't seem to find the taxonomy_form_term.
Comment #2
Mark Theunissen commentedWoops, last patch was broken.
Comment #3
Mark Theunissen commentedFixed in -dev. I also split the settings form into Taxonomy and General settings.
Comment #5
bartezz commentedHi Mark,
I've tested this a bit and found out it doesn't really save lineage. It only saves the parent of a selected term. Now if the parent is also a child (in case of a 3 level hierarchy) the parent's gradnparent isn't saved into the lineage.
- level 1
-- level 2
--- level 3
If you check level 3 then level 2 will be saved, but not level 1.
Is there a setting for this? Or should this be a new feature request?
Cheers,
Bart
Comment #6
bartezz commentedAttached an easy fix for this using taxonomy_get_parents_all() instead of taxonomy_get_parents()...
Cheers
Comment #7
bartezz commentedSorry forgot to change to correct version.
Comment #8
ipwa commentedThanks Bartezz, will commit this patch
Comment #9
john franklin commentedCommitted. Thanks for the patches, Mark Theunissen and Bartezz.