Stated in editablefields module's README.txt:

The title of a node is not a field in Drupal. However, with the Title module (http://drupal.org/project/title) you can turn it into one, and thus make it editable too.

But the Title module wont work as expected for Views, since it would only be able to make first views row editable. In most cases we would use Views with more than one row.

Looking for integration with Editablefields that works, I think it would be better to use the Automatic Nodetitle module http://drupal.org/project/auto_nodetitle
I have tryed the 7.x-1.x-dev version and it seems to work fine with Editablefields.

Just enabled that module, in your content type enable "Automatically generate the title and hide the title field" and set a replacement pattern (Token) for title.

Comments

dqd’s picture

Issue summary: View changes

interesting. would like to know if this issue still exist or if title module already has changed functionally to fill this gap?

EDIT: ok here is the corresponding issue: needs RTBC to get in. Please come over to test the patch. https://drupal.org/node/1841834#comment-7268138

dqd’s picture

dqd’s picture

Well, since both are different approaches, we should try to fix it to make it working on both sides. Will take a look into the patch provided here: #1841834: Integration with editablefields