I have a View which shows nodes from a content type. I need user to be able to edit only one field from these nodes. I installed FAPE module and read its instructions but cat figure out how to implement it into views. I can't ever find out how links should look. Any help would be appreciated. 10x
Tell me more
×
Drupal Answers is a question and answer site for
Drupal developers and administrators. It's 100% free, no registration required.
|
|
For editing single-field values in views, there's the editable fields module rather than FAPE. However, this edits a single row at a time, rather than bulk updating all nodes or entities in the view at the same time. |
|||
|