Summary: | Saving a biblio does no longer update MARC field lengths | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Architecture, internals, and plumbing | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | dcook, fridolin.somers, jonathan.druart, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 10455 | ||
Bug Blocks: | |||
Attachments: |
Bug 20126: Restore MARC field length calculation in ModBiblioMarc
Bug 20126: Add simple test for ModBiblioMarc Bug 20126: Restore MARC field length calculation in ModBiblioMarc Bug 20126: Add simple test for ModBiblioMarc |
Description
Marcel de Rooy
2018-02-02 10:27:50 UTC
Created attachment 71140 [details] [review] Bug 20126: Restore MARC field length calculation in ModBiblioMarc Trivial fix. Problem raised by bug 10455. Test plan: [1] Create or edit biblio record. [2] Save and check leader field lengths in MARC view. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 71145 [details] [review] Bug 20126: Add simple test for ModBiblioMarc Just to confirm that we see record length and base address in a record that has been passed through ModBiblioMarc. Test plan: Run the test. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 71146 [details] [review] Bug 20126: Restore MARC field length calculation in ModBiblioMarc Trivial fix. Problem raised by bug 10455. Test plan: [1] Create or edit biblio record. [2] Save and check leader field lengths in MARC view. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 71147 [details] [review] Bug 20126: Add simple test for ModBiblioMarc Just to confirm that we see record length and base address in a record that has been passed through ModBiblioMarc. Test plan: Run the test. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 18.05 Awesome work all, pushed to stable for 17.11.03 Pushed to 17.05.x for v17.05.09 Why was this considered a problem? |