When I change an editable field, the title of the node is erased. I can go in and edit the node and re-add a title, but it will again be erased if I change the value of the editable field.

This is in addition to the AJAX HTTP error in this issue: https://drupal.org/node/1206656
I don't think the two bugs are related.

CommentFileSizeAuthor
#6 2012-04-18_1358.png13.86 KBkruser

Comments

egarias’s picture

In 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 "@"

Jason Dean’s picture

Yep the same for me. Changing an editable field value wipes out the node title.

johnv’s picture

Status: Active » Postponed (maintainer needs more info)

I 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

johnv’s picture

Or perhaps you are using Title module ?
in that case, this is a duplicate of #1449750: Title field does not save changes

bulldozer2003’s picture

I 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.

kruser’s picture

StatusFileSize
new13.86 KB

I'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.

johnv’s picture

kruser’s picture

#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!!

johnv’s picture

Status: Postponed (maintainer needs more info) » Fixed

Perfect!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.