I have large taxonomy with 4 levels. In hierarchical select configuration (cck field) I selected " Force the user to choose a term from a deepest level". That's great, but when there are more children of one parent, its too long to go trough whole hierarchy to select all children.
For example, if I want to select all children of D (D1... D4):
A -> B -> C -> D -> D1, D2, D3, D4
I have to go four times from A to D.
Is it possible to allow multiselect, e.g. with ctrl or shift? So I can select more children in once?
Comments
Comment #1
davvid commentedI'm looking for the same kind of functionality.
You can set rule to add those items to the list (if D is selected) before saving content, but it would be nice to have proper solution.