Summary: | Preserve subfield order when linking authority | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Cataloging | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | esther.melander, m.de.rooy, nick |
Version: | Main | ||
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: |
Description
Andrew Fuerste-Henry
2019-12-05 14:05:01 UTC
This bug still exists in 21.11 My example: 1. Edit a bib in the advanced editor. 2. Select an authority for look-up and fail to find authority 3. Click on create new authority 4. Fill in form fields with order $a, $x, $z, $x, $y 5. Save The authority links as it should but the fields are now reordered $a, $x, $x, $z, $y. The authority record fields should not be reordered. Looking up the newly created authority using the authority tool outside of the bib editor shows the original order as originally created. There is something about linking that is causing the reordering of the fields. |