Closed (fixed)
Project:
Hierarchical Select
Version:
5.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
8 Oct 2007 at 15:00 UTC
Updated:
22 Oct 2007 at 16:03 UTC
I set up a fresh new drupal installation
- new database
- clean URLs disabled
Contrib modules:
- jquery_update
- jquery_interface
- hierarchical_select
i created a new content type:
- route
i created a new vocabulary "Region" (required, single Hierarchy, content type route):
Italy
--Subregion 1
----Sector 1
----Sector 2
----Sector 3
--Subregion 2
----Sector A
----Sector B
----Sector C
--Subregion 3
----Sector A
----Sector B
----Sector C
When i create a new route and select "Subregion 2" it showes me only the options for "Subregion 1" (Numbered sectors 1, 2, 3) and not the A, B, C
Comments
Comment #1
wim leersHave you copied jquery_update's jquery.js to the "misc" directory?
Comment #2
derjochenmeyer commentedthanks for the immediate response!
i just did it all again. New drupal installation (fresh 5.2). Latest versions of all 3 modules:
- jquery_update
- jquery_interface
- hierarchical_select
- first i enabled the jquery module, copied the jquery.js out of the jquery_update folder to the misc folder. refreshed.
- then enabled jquery_interface
- then the hierarcical_select module
- then i created the content type
- then the vocabulary
same thing :(
Comment #3
wim leersHave you configured the vocabulary to allow the selection of multiple terms? Disable that, it's not yet supported.
Comment #4
derjochenmeyer commentedno nothing. just required. single hierarchy.
http://www.kletterfotos.de/drupal5/
user: admin
pass: admin
Comment #5
wim leersConfirmed.
Figuring out why this is happening now.
Comment #6
wim leersThat's the cause.
Comment #7
wim leersComment #8
wim leersFix committed.
Download the dev release in a couple of hours, or wait for the 1.2 release, which I'll probably do later today.
Comment #9
(not verified) commented