Closed (fixed)
Project:
Hierarchical Select
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2014 at 23:12 UTC
Updated:
4 Dec 2014 at 12:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
David_Rothstein commentedUntested patch.
Comment #2
DOC-2 commented#1 works for me just for 1 site. On an other site, still no showing hierarchical terms. Thanks
Comment #3
grndlvl commentedI was having issues with the HS working on cached pages because of a stale form_build id and it was failing on all subsequent submissions after the first. This appears to be because of change introduced in Drupal 7.27 as well.
After looking at several implementation of ajax_deliver callbacks I did not notice anyone, other than the file_upload, doing this. Furthermore, I am not sure if it necessary now because ajax_form() looks up the form based on the form_build_id and when not available errors out.
With that I have adjusted the hierarchical_select_ajax() to mimic other imlementations like field_collection and ctools. http://cgit.drupalcode.org/field_collection/tree/field_collection.module...
Thanks,
Jonathan
Comment #4
stefan.r commentedCommitted, thanks!
Comment #5
stefan.r commented