https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40191 --- Comment #2 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- This is an interesting topic. Other software applications sometimes use 2 different buttons for these actions. Like a 'Save' button that saves the record and redirects to the full list, and an 'Apply' button that saves the record and reloads the same form. Personally, I feel like the above use case is not 100% clear on what each button does exactly, before clicking, but just sharing how other software apps handle this. Alternatively, we could have: 1) 'Save' // redirects to table list 2) 'Save and continue editing' // stays in form 3) 'Save and show %resource_name%' // redirects to 'show' page (if exists) With 2 and 3 perhaps being expandable option buttons? The above are just my brainstorming ideas. I really don't think we should set for one or the other behavior only, as inevitably someone will advocate for why the other way is preferable. -- You are receiving this mail because: You are watching all bug changes.