EditableFields is working fine for me when editing a text field. However, when I change the value in a pull-down list (specifically a term reference select list), the change isn't saved - not automatically, or when I click the Save button at the bottom. I've tried this with and without the "Edit this field" button, but it makes no difference.

Any suggestions please?

Comments

adam_b’s picture

Title: Select list values aren't saved » Changed values aren't saved for hierarchical select widget

I've done a bit more testing on this and found that the normal select widget works fine. It's the hierarchical select widget which doesn't work at all: there's no "Please Wait" icon when the value is changed, and clicking the Save button at the bottom doesn't work.

johnv’s picture

Title: Changed values aren't saved for hierarchical select widget » Hierarchical select widget doesn't save values
Status: Active » Postponed (maintainer needs more info)

There 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

nathanhilbert’s picture

See http://drupal.org/node/1972962.
Also need to edit the hierarchical_select.js to make sure submit button is shown. Otherwise works great.