https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42141 --- Comment #6 from David Nind <david@davidnind.com> --- (In reply to Jan Kissig from comment #5)
With the patch: 1. Institutions: - default is Save (which will go to the list) - 'Save and continue' and 'Save and show' should work now as described
"Save": returns to the list "Save and continue editing": stays on the form and lets you continue editing "Save and show": shows the institution details (with Edit and Delete menu options) (note: "Save and show" not used before the patch, and not used in the ERM module)
2- Account: - default Save (which will go to show the resource) - the other options 'Save and continue editing' and 'save and return to list' should work as described now.
"Save": shows the account details (with Edit and Delete menu options) (note: works differently from Institutions, which returns to the table) "Save and continue editing": stays on the form and lets you continue editing "Save and return to list": saves any changes and returns to the list
3. System pref override: - default is Save (which will open the list) - the other options 'Save and continue' and 'Save and show' should work as describes.
"Save": returns to the list "Save and continue editing": stays on the form and lets you continue editing "Save and show": shows the system preference override details (with Edit and Delete menu options) (note: "Save and show" not used before the patch, and not used in the ERM module) Thanks Jan! On retesting, have shown results above (applied patch, yarn build, restart_all, fresh browser). Maybe there was something wrong with my setup (I shut down KTD, updated everything, restarted KTD, and repeated everything). I don't think this bug should introduce "inconsistencies" for SIP, when compared to the ERM module: - Save: For ERM, saves and shows details vs SIP where there are two different behavours (stays on the page, and doesn't return to the list x 1 occurrence, vs 2 occurrences where they return to the list) - Save and show: not used by the ERM mdoule, this is the "Save" behavour (also not used before this patch is applied) For most of the ERM module (excluding eUsage forms): - Save: saves and shows details (stays on the page, and doesn't return to the list) - Save and continue editing: stays on the form and lets you continue editing - Save and return to list: saves any changes and returns to the list Because of the inconsistencies, I left as Failed QA. Hope this makes sense (have been looking at this for too long!). David -- You are receiving this mail because: You are watching all bug changes.