https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37234
Bug ID: 37234
Summary: Order of subfields when there are multiple of a same
subfield
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: MARC Authority data support
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Bug 22666 fixed the order of the subfields when using an authority record in a
bibliographic record. There is a case when this still doesn't work: if the
authority record has multiples of a subfield, but not together. Take the
following authority
Music--Social aspects--Asia--History.
it goes $a $x $z $x (notice the two x separated by the z).
When this is copied in a bibliographic record, it is copied as
Music -- Social aspects -- History -- Asia.
$a $x $x $z; the two x were brought together.
To recreate:
1. Go to Authorities
2. Click on New authority > Topical term
3. Fill out the mandatory fields (000, 003, 005, 008, 040$a)
4. Click on tab 1
5. Click on 150 - HEADING - TOPICAL TERM
6. Fill out the field
- a: Music
- x: Social aspects
- z: Asia
7. Click on the icon to double the x subfield
8. Type in History
9. Move the History subfield at the end, under Asia
10. Click Save
11. Go to Cataloging > New record
12. Click on tab 6
13. Click on the Tag editor icon next to 650$a
14. In "Search main heading:" type music social
15. Click Choose next to Music Social aspects Asia History
--> It is copied in the bibliographic record as Music Social aspects
**History Asia** (instead of Music Social aspects **Asia History**)
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/