Active
Project:
Editable Fields
Version:
7.x-1.0-alpha2
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2011 at 10:14 UTC
Updated:
21 Mar 2017 at 23:06 UTC
Jump to comment: Most recent
Comments
Comment #1
damien tournoud commentedWe cannot autosave complex fields, so no, the interface cannot be made consistent :)
I think #1172174: Make autosave optional and implement a "save button" views field is the way forward, as it will allow the most flexibility.
Comment #2
adam_b commentedFair enough, and I agree that #1172174: Make autosave optional and implement a "save button" views field looks like the best option. But if there have to be discrepancies, maybe the documentation should make it clear what users can expect in each case.
Comment #3
AndrzejG commentedMoreover, there is inconsistency when update of a node using Editable Field triggers Rules action.
Case: I have a View displaying a table with one column of editable fields, and have quite long Rules action making some calculations of numeric fields and then locking edit through checking a Boolean field (so, update can be done only once).
Recently (alpha2 version) I noticed that calculations are triggered by "autosave", and locking is triggered by the Save button below a table.
So, it seems there are two update-like or save-like events differing slightly, and this difference is recognized by the Rules.
Conclusion: Bahaviour of Editable Fields should be strict: editing a field should be absolutely tentative until a Save button is pressed.
Comment #4
rooby commentedIt is pretty annoying that this is the default behaviour.
It would be good if the save on change functionality could be switched on/off.
That linked issue (#1172174: Make autosave optional and implement a "save button" views field)seems pretty focused on views and doesn't seem to be progressing, whereas it should be pretty easy for this issue to add a configurable setting for the functionality as it currently stands.