I installed a boolean field as editable checkbox, but in the node the check box does not remember its setting. After refreshing the page, the checkmark is gone.
How can i make the checkmark stick in the box when added?
Thanks
I installed a boolean field as editable checkbox, but in the node the check box does not remember its setting. After refreshing the page, the checkmark is gone.
How can i make the checkmark stick in the box when added?
Thanks
Comments
Comment #1
AABoyles commentedI might have a problem that's a generalization of this (http://drupal.org/node/1343876). Is the checkbox the first of two fields you edit on that page?
Comment #2
johnvThere has been some developments.
Is this still a problem with latest -dev from february the following patches?
#1206656: Error on Node view page: Argument 1 passed to drupal_array_get_nested_value()
#1405854: Multiple fields not saved
Comment #3
mikeytown2 commentedrelated issue #1245326: Saving Editable Fields for Textfields vs. Checkboxes
Comment #4
mikeytown2 commentedComment #5
Ilikejava commentedWas this ever fixed? I have this problem now with 7.26 and 7.x-3.0-beta4
Comment #6
laughnanThis works for me, however you have to click the "Save" button (no Ajax for checkboxes that I could see). Wrote a piece of code that made mine ajax (and it still works). Running 7.33 and 7.x-1.0-alpha2 (editablefields)
Comment #7
joelpittetClosing this as it's old and no further info provided after #4