I am using a user reference field; works great. The only problem is if a user is NOT selected, the form does not show up. Is it possible to have the form show up (with no values selected of course) if a node does not have any users selected?

Comments

theabacus’s picture

Category: feature » bug

Hmm, I may have resolved the problem.

File: editablefields.module
Function: editablefields_submit
Line: 207

If you add "$node->{$field_name} = array();" right before "if (is_array($node->{$field_name})) {". It appears to fix the problem.

joelpittet’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing this to triage the queue. Feel free to comment if you'd like this to be re-opened, though currently there is nobody supporting the 6.x branch.