On the cofiguration page Hierarchical Select Content Taxonomy the preview does not work. When I select the parent, the select box just resets and the child box never resets.
Along the same lines, non of the other options on the page such as "Enable level labels" or "Allow creation of new terms" recognize that the vocabulary has more then 1 level.
In the attached image, I would expect 3 levels just like in the vocabulary edit page.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | hs_content_taxonomy.module.txt | 12.19 KB | wim leers |
| #7 | content_taxonomy_depth.patch | 1.04 KB | wim leers |
| #4 | content_taxonomy_depth.patch | 1.49 KB | wim leers |
| multiplelevels.jpg | 13.92 KB | 32940stf |
Comments
Comment #1
wim leersYou probably have the "depth" setting of your content_taxonomy field configured to 1 ;) :)
Comment #2
32940stf commentedI have found the problem. The default value for the Depth of taxonomy tree is 1 or blank. If you set to blank for unlimited depth, the configuration page for Heirarchial Select Content Taxonomy does not work with all the values as descibed above. Quick fix is to set the the Depth of taxonomy tree to a value like 3 in my case.
Leaving the value blank contrary to the description of the field breaks the app
Comment #3
wim leersAh! Then that's a bug, or at least something that could be handled more gracefully.
Good catch!
Comment #4
wim leersPlease give this patch a try.
Comment #5
wim leersComment #6
32940stf commentedSorry Wim, not sure what to do with this patch file. Newbie here. Is there a good tool for merging?
Comment #7
wim leersJust do
patch -p0 some_patch.patchas described in http://drupal.org/patch/apply.
However, since you're such an excellent tester, I've applied it for you. See the attached .module.txt file (remove the .txt extension).
Also, the patch is updated: it was broken by my last commit.
Comment #8
32940stf commentedThanks Wim for the direction. Unfortunaltely the patch didn't seem to make any difference.
Comment #9
wim leersOk, will have to try to reproduce it myself then.
Comment #10
wim leersReproduced. Working on fixing this.
Comment #11
patchak commentedI had the same issue, and I wrote a specific number of depth and it indeed solved the problem. So I confirm that leaving blank for unlimited does not fix it, thanks for the tip!
(subscribing for the new patch)
Patchak
Comment #12
wim leersWoops, forgot to update this issue, but this has been fixed in some other issue!