Bug 32901

Summary: Replace use of the slang term "bib" with the term "record"
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: Architecture, internals, and plumbingAssignee: Kyle M Hall (khall) <kyle>
Status: BLOCKED --- QA Contact: Katrin Fischer <katrin.fischer>
Severity: trivial    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
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:
Bug Depends on: 32804    
Bug Blocks: 32902    
Attachments: Bug 32901: Replace use of the slang term "bib" with the term "record"
Bug 32901: Replace use of the slang term "bib" with the term "record"
Bug 32901: Replace use of the slang term "bib" with the term "record"
Bug 32901: Replace use of the slang term "bib" with the term "record"

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.