Closed (fixed)
Project:
Editable Fields
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2011 at 14:31 UTC
Updated:
3 May 2012 at 14:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
egarias commentedIn my case the full node title is not erased but: I have titles like "@something" after the update the title is changed to "something" without the "@"
Comment #2
Jason Dean commentedYep the same for me. Changing an editable field value wipes out the node title.
Comment #3
johnvI do not have this problem.
Do you use Automatic nodetitles ?
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
Comment #4
johnvOr perhaps you are using Title module ?
in that case, this is a duplicate of #1449750: Title field does not save changes
Comment #5
bulldozer2003I was using neither of those modules nor any other that should have edited the title. I ended going a different route and not using editable fields.
Comment #6
kruser commentedI'm getting this too. I have a node with an editable field configured on the Manage Display page for a Select list field (called Status - Open or Closed) -- this is not via a view.
When ever I change the Status on the Node display, i get an Ajax error (attached). The status does get updated, but the node title disappears.
I don't have any title modifying modules installed.
Comment #7
johnv@kruser, did you apply the follwing patches, which normally resolve your error?
#1405854: Multiple fields not saved
#1206656: Error on Node view page: Argument 1 passed to drupal_array_get_nested_value()
Comment #8
kruser commented#1206656 fix the ajax error, but the title still got erased.
#1405854 fixed the title from being erased.
So yes, apply both patched fixed the error, Thanks!!
Comment #9
johnvPerfect!