Bug 40862 - Repeated 028 fields are missing a separator
Summary: Repeated 028 fields are missing a separator
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-23 16:28 UTC by Lari Taskula
Modified: 2025-09-23 16:52 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 40862: Add separator to repeated 028 fields (2.25 KB, patch)
2025-09-23 16:52 UTC, Lari Taskula
Details | Diff | Splinter Review
Bug 40862: Correct indentation (1.92 KB, patch)
2025-09-23 16:52 UTC, Lari Taskula
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lari Taskula 2025-09-23 16:28:48 UTC
Repeated 028 (publisher number) fields are missing a separator.

To test:

1. Add multiple 028 fields to a record
2. Navigate to both OPAC and staff interface record detail view
3. Observe two 028 merging together with no separator

What shall we use as a separator?
Comment 1 Lari Taskula 2025-09-23 16:52:34 UTC
Created attachment 186833 [details] [review]
Bug 40862: Add separator to repeated 028 fields

To test:
1. Add multiple 028 fields to a record
2. Navigate to both OPAC and staff interface record detail view
3. Observe two 028 separated with a | character
Comment 2 Lari Taskula 2025-09-23 16:52:36 UTC
Created attachment 186834 [details] [review]
Bug 40862: Correct indentation

No other changes apart from indentation correction.

To test:
1. git diff -w  --word-diff-regex=[^[:space:]] HEAD~1
2. Observe no differences (above cmd ignores space changes)
3. Therefore patch only includes whitespace changes