I can no longer save certain fields on the 'edit vocabulary' form. These fields belong to hierarchical select module. Some save, some don't. Disabling form module restored saving functionality.
I can no longer save certain fields on the 'edit vocabulary' form. These fields belong to hierarchical select module. Some save, some don't. Disabling form module restored saving functionality.
Comments
Comment #1
whatdoesitwant commentedConfirmed. The problem pops up when hs_taxonomy is activated. No errors are thrown. Both hierarchical_select 6.x-3.0 and 6.x-3.x-dev are affected. I'm going to link to this issue from their queue, because I've been looking for a while.
Comment #2
whatdoesitwant commentedExamples of the problem can be found at admin/content/taxonomy/edit/vocabulary and admin/content/node-type when hierarchical_select and hs_taxonomy are enabled. I was running jquery 1.3.2 when the bug occured. I'm having difficulty tracking it. There seems to be a problem with expected cache. Anyone with more firebug experience wanna have a go? Perhaps it can be resolved with module weight or else proper agreements on scope and namespaces? Increasing priority to normal.
Comment #3
sunThis is a known issue and is caused by Form module's enabling of form caching. Until Form module's architecture has been revamped, the current recommendation is to disable Form module after configuring your forms.