Feature proposal #6180
closedDone button should detect changes and save as needed
Description
When uploading multiple entries it's easy to forget to hit Save after adding titles/descriptions. The done button should detect that inputs have changed and to trigger saves before navigating away or at least trigger an unsaved data will be lost warning.
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Added confirmation to the button.
Updated by krileon about 8 years ago
- Status changed from Resolved to Assigned
- % Done changed from 100 to 50
This is only partially fixed with confirmation button for now. It needs new jQuery to save 1 by 1 the entries that have changed. The button should indicate this. Maybe even give focus to the entry currently being saved.
Updated by krileon about 8 years ago
If changes were made maybe change to a Save & Done button. Otherwise Done will remain to behave as is while Save & Done will save and redirect away.
Updated by krileon about 8 years ago
Add a mass save button to folder edit as well.
Updated by krileon about 8 years ago
Remove the confirmation from done. Change Done to Save & Done if changes were detected. This should provide the strongest UX without pestering the user.
Updated by krileon over 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 to 100
Implemented as 3 different button states.
Back = Nothing upload and nothing to save; does not confirm
Done (no changes) = Uploads made, but unchanged; does not confirm
Done (changes) = Uploads made, but title/desc/folder changed; confirms if saved
Neither will auto save. That is still done on entry by entry basis if title/desc/folder are changed.