Summary: | Save and edit items button no longer works | ||
---|---|---|---|
Product: | Koha | Reporter: | Jared Camins-Esakov <jcamins> |
Component: | Cataloging | Assignee: | Jared Camins-Esakov <jcamins> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | minor | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, julian.maurice, koha.sekjal, nengard |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | patch |
Description
Jared Camins-Esakov
2011-03-23 20:30:24 UTC
Created attachment 3416 [details] [review] patch Pushed, please test Works as expected but there is something strange. When I edit a record, click on "Save and edit items", then go back with my navigator button, and finally click on "Save" button, I'm redirected to the "Edit items" page instead of Record details. Is this behavior normal? Yes, that's to be expected. The cataloging module uses hidden inputs which aren't reset when using the back and forward buttons. However, it's been my experience that using the back button in the cataloging module can result in data corruption anyway, since the biblionumber parameter is not always available to ensure that the record is properly overlaid. I am closing this since there is nothing that can be done to deal with using the back button. |