Closed (fixed)
Project:
Hierarchical Select
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
10 Dec 2009 at 16:59 UTC
Updated:
8 Sep 2017 at 10:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wim leersCan you reproduce this on a vanilla Drupal site? If you cannot, keep on adding modules that you're using on your actual site until the problem is reproduced.
When you're able to reproduce this (on a vanilla Drupal site with the minimum number of modules to reproduce it), then please make a screencast of:
That makes it easier for me to reproduce the problem. Thanks!
P.S.: don't have any screencast software yet? On Windows and Mac OS X, you can use the free Jing.
Comment #2
Anonymous (not verified) commentedTanks for that Jing link. I do need some time to debug this, but I'll check it out. I have a lot of modules running a heavy Drupal site.
Comment #3
dmitriy.trt commentedSee patch, it was made from HS 6.x-3.0
There is no $element['#value']['hierarchical_select'] when maximum selections was reached. So I've added check for $element['#value']['dropbox'] existence.
Also, I'm attaching modified version of hs_tutorial module which reproduces this problem.
Comment #4
Glenmoore commentedsubscribing
Comment #5
wim leersThanks! Committed: http://drupal.org/cvs?commit=335040
Comment #6
VTM commented@Dmitriy,
The patch is not working for me. I use 6.x-3.0.
I even manually replaced the required row, but did not help.
Is there any special instruction? should I only replace this single row?
many thanks
Comment #7
wim leersJust install the latest 3.x-dev.
Comment #8
mikejonesok commentedThanks Wim! Your module will my website! Really it will!
Comment #9
wim leersGreat, Mike! :)
What site is that by the way?
Comment #10
dmitriy.trt commented@VTM,
There is no special instructions, just apply the patch.
Can you post here your HS element definition? Did you tested it with latest 3.x-dev version?
Comment #11
mikejonesok commentedMyGamePower.com, thanks again for this!
Comment #12
VTM commented@Dimitry,
thanks. I installed 6.x-3.x-dev and it is working.
A bit slow (as I have a lot of terms - few 100s - in the second hierarchy) - but work.