https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42306 Bug ID: 42306 Summary: After editing an item the redirect to the add item form is unintuitive Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: blawlor@clamsnet.org QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl To recreate: - Go to a record detail page - Click 'Edit' on any item on the record - Edit the item and click 'Save changes' - You are redirected to a 'Add item' page for that record: additem.pl?biblionumber=1 Should the button act like a 'Save and continue' button and take me back to the edit page of that particular item? additem.pl?op=edititem&biblionumber=1&itemnumber=1#edititem Editing a bib record takes you back to the Details page for the record like? detail?biblionumber=x So I could also see it could making sense to take users to the details page for that item like: moredetail.pl?biblionumber=1#item1 Or possibly a split button where Save takes you to the view of the item record but there is also an option to Save and continue, which would keep you on the item's editing page. This would be consistent with the save button on bib records and also the design pattern mentioned in bug 40191 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.