Closed (fixed)
Project:
Hierarchical Select
Version:
5.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 May 2008 at 14:36 UTC
Updated:
8 Jul 2008 at 15:44 UTC
Creating a level at the root level does not work. The dialog box does not populate parent select box.
| Comment | File | Size | Author |
|---|---|---|---|
| createlevel.jpg | 7.19 KB | 32940stf |
Comments
Comment #1
wim leersWill try to reproduce.
Comment #2
wim leersThis works just fine for me. Please export your HS config and post it here and let me know if you're using the Taxonomy multiple parents setting.
Comment #3
32940stf commentedHey Wim,
The behavior is working fine on the taxonomy form but I still (as of the June 3rd build) not create new root elements as per the image attached when using cck fields.
If it helps, here is the config for my cck field. It is a multi-assigned field used on several content types. I think this is what you meant with exporting the HS config??? I am not using mulitple parents setting.
Node_Field table:
a:4:{s:4:"save";s:4:"both";s:3:"vid";s:2:"17";s:3:"tid";s:1:"0";s:5:"depth";s:1:"3";}
Node_Field_Instance.Widget_settings:
a:2:{s:13:"default_value";a:1:{s:4:"tids";a:1:{i:0;s:1:"0";}}s:17:"default_value_php";s:0:"";}
Node_Field_Instance.Display_settings:
a:3:{s:5:"label";a:1:{s:6:"format";s:6:"hidden";}s:6:"teaser";a:1:{s:6:"format";s:6:"hidden";}s:4:"full";a:1:{s:6:"format";s:6:"hidden";}}
Comment #4
wim leersHm, I was thinking: are you perhaps using an *empty* vocabulary? Because then this is possible. You should not create a *new level* then, but a *new item*. Actually, I'm pretty sure that's the cause.
Creating a new level means: select an item at the current level, then enter a name for a new level BELOW that selected item at the current level.
The
<create new level>option should only be displayed when the root level is not empty, I'll fix that in this issue.Comment #5
wim leersFixed!
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.