Needs work
Project:
Autosave
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2012 at 14:57 UTC
Updated:
11 Jul 2012 at 18:49 UTC
Jump to comment: Most recent
If node form have Hierarchical Select fields autosave have problems with loading data into them. I have fixed this issue, maybe someday/somehow it can by applied to autosave module itself.
| Comment | File | Size | Author |
|---|---|---|---|
| autosave_custom_elements.js_.zip | 1.14 KB | maris.abols | |
| autosave-hs-fix.patch | 8.71 KB | maris.abols |
Comments
Comment #1
samhassell commentedHi,
The patch won't apply to the current dev and needs to be rerolled.
I'm getting the same behavior with HS fields.
Cheers,
Sam
Comment #2
quicksketchAgreed, this patch not only doesn't apply but the approach is *very* specific to HS module. We need a generic approach that works with all modules, or (more likely in this situation I think) HS module needs to save/load form element values in a way that behave more like other form elements. If Autosave can work with file uploads (FileField, ImageField) and CCK/Field "Add another item" buttons, it certainly should be able to work with HS just as well.
Comment #3
pradeepjha commentedIs there any update on this issue?