Bug 32901 - Replace use of the slang term "bib" with the term "record"
Summary: Replace use of the slang term "bib" with the term "record"
Status: BLOCKED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Kyle M Hall (khall)
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on: 32804
Blocks: 32902
  Show dependency treegraph
 
Reported: 2023-02-07 17:20 UTC by Kyle M Hall (khall)
Modified: 2023-02-24 13:56 UTC (History)
0 users

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


Attachments
Bug 32901: Replace use of the slang term "bib" with the term "record" (2.19 KB, patch)
2023-02-07 17:23 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review
Bug 32901: Replace use of the slang term "bib" with the term "record" (4.65 KB, patch)
2023-02-07 18:00 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review
Bug 32901: Replace use of the slang term "bib" with the term "record" (3.59 KB, patch)
2023-02-07 18:02 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review
Bug 32901: Replace use of the slang term "bib" with the term "record" (3.64 KB, patch)
2023-02-07 21:24 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall (khall) 2023-02-07 17:20:44 UTC
The "Item processing" pulldown on manage-marc-import.pl uses the slang term "bib" while the rest of the form uses the correct term "record". This field should be updated with the correct terminology.
Comment 1 Kyle M Hall (khall) 2023-02-07 17:23:37 UTC
Created attachment 146347 [details] [review]
Bug 32901: Replace use of the slang term "bib" with the term "record"

The "Item processing" pulldown on manage-marc-import.pl uses the slang term "bib" while the rest of the form uses the correct term "record". This field should be updated with the correct terminology.

Test Plan:
1) Find or stage a marc record batch
2) Note the "Item processing" pulldown uses the term "bib"
3) Apply this patch
4) Reload that page
5) Note the "Item proccessing" pulldown now uses the term "record"
Comment 2 Kyle M Hall (khall) 2023-02-07 18:00:11 UTC
Created attachment 146350 [details] [review]
Bug 32901: Replace use of the slang term "bib" with the term "record"

The "Item processing" pulldown on manage-marc-import.pl uses the slang term "bib" while the rest of the form uses the correct term "record". This field should be updated with the correct terminology.

Test Plan:
1) Find or stage a marc record batch
2) Note the "Item processing" pulldown uses the term "bib"
3) Apply this patch
4) Reload that page
5) Note the "Item proccessing" pulldown now uses the term "record"
Comment 3 Kyle M Hall (khall) 2023-02-07 18:02:01 UTC
Created attachment 146351 [details] [review]
Bug 32901: Replace use of the slang term "bib" with the term "record"

The "Item processing" pulldown on manage-marc-import.pl uses the slang term "bib" while the rest of the form uses the correct term "record". This field should be updated with the correct terminology.

Test Plan:
1) Find or stage a marc record batch
2) Note the "Item processing" pulldown uses the term "bib"
3) Apply this patch
4) Reload that page
5) Note the "Item proccessing" pulldown now uses the term "record"
Comment 4 David Nind 2023-02-07 21:24:36 UTC
Created attachment 146361 [details] [review]
Bug 32901: Replace use of the slang term "bib" with the term "record"

The "Item processing" pulldown on manage-marc-import.pl uses the slang term "bib" while the rest of the form uses the correct term "record". This field should be updated with the correct terminology.

Test Plan:
1) Find or stage a marc record batch
2) Note the "Item processing" pulldown uses the term "bib"
3) Apply this patch
4) Reload that page
5) Note the "Item proccessing" pulldown now uses the term "record"

Signed-off-by: David Nind <david@davidnind.com>
Comment 5 Katrin Fischer 2023-02-24 13:56:47 UTC
Blocked currently by the dependency needing a sign-off.