I am trying to use autosave on a content type that has multiple fields but it only seems to be autosaving the Title and Body fields. The rest do not get saved. Also when I view the autosaved version I then get 3 buttons that all say "Save,Preview,Delete,Save, Preview,Delete,Save,Preview,Delete". Anyone know what is happening?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | autosave.patch | 12.75 KB | jody lynn |
Comments
Comment #1
jody lynnWhen jquery.field.js was updated for the D6 branch the customizations which were in it in the D5 branch never made the jump. I found custom bits in the D5 js related to submit buttons and to the use of square brackets in field names. I added these bits into the D6 js ($.fn.formHash) and it solved both issues: the cck fields now work and the submit buttons aren't mangled.
Comment #2
jody lynnComment #3
Drupalone commentedI still get the Problem after installing your patch.
The Main Text is not getting restored, when tinyMCE is activated after clicking on "View" in the autosave popup.
But each time i click view or restore, the text from the "save | delete | preview" Buttons is put together in each of the buttons, and each time I click, the Text in the buttons grows.
I hope we cann fix that, cause this is such a beautiful feature.
Comment #4
Avatar commentedHow to install a patch?? I know nothing about coding
Comment #5
pasquallefixing the issue title..
Comment #6
benone commentedHey did you do something with autosaving CCK fields ?
I can only autosave the Title which is the only one orgiginal Drupal field in my content type.
Subscribing to this topic.
Ben
Comment #7
jody lynnComment #8
liquidcms commentedthis works fine in 2-x branch.