I created a view to allow admins to be able to edit multiple nodes on one page, and while each field saves using either ajax or a save button, there is also a save button at the very bottom of the view.
When I click the save button at the bottom of the view nothing appears to happen and nothing that was changed is saved. What is the purpose of the save button and how do I get rid of it?
Thank you.
Comments
Comment #1
BeaPower commentedId like to know too and how can I comment out the code?
Comment #2
krlucas commentedThere is a reasonable feature request #1172174: Make autosave optional and implement a "save button" views field to be able to save on a per row, per view basis. So eventually (as part of that issue) that button or some version of it will become optional and working. If you are using this module in production (not recommended) my only recommendation is to hide it with CSS or jQuery (yes, i know, "ick").
Marking as duplicate of #1172174: Make autosave optional and implement a "save button" views field.