Bug 33579

Summary: Typo: record record
Product: Koha Reporter: Magnus Enger <magnus>
Component: TemplatesAssignee: Magnus Enger <magnus>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: arthur.suzuki, lucas, sally.healey
Version: MainKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.05.00,22.11.06,22.05.13
Attachments: Bug 33579: Typo: record record
Bug 33579: Typo: record record
Bug 33579: Typo: record record
Bug 33579: [21.11.x] Typo: record record

Description Magnus Enger 2023-04-21 06:33:59 UTC
$ grep -rn "record record" *
koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt:184:                '_str': _("Batch bibliographic record record deletion")
Comment 1 Magnus Enger 2023-04-21 06:44:38 UTC
Created attachment 150013 [details] [review]
Bug 33579: Typo: record record

To reproduce:
- Search for records
- Select two or more records
- Select "Edit" > "Batch delete records"
- Click "Delete selcted records"
- Click "View detail of the enqueued job"
- Verify the page says "Type: Batch bibliographic record record deletion"

To test:
- Repeat the steps above
- The page should now say "Type: Batch bibliographic record deletion"
Comment 2 PTFS Europe Sandboxes 2023-04-21 07:55:15 UTC
Created attachment 150014 [details] [review]
Bug 33579: Typo: record record

To reproduce:
- Search for records
- Select two or more records
- Select "Edit" > "Batch delete records"
- Click "Delete selcted records"
- Click "View detail of the enqueued job"
- Verify the page says "Type: Batch bibliographic record record deletion"

To test:
- Repeat the steps above
- The page should now say "Type: Batch bibliographic record deletion"

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Comment 3 Sally 2023-04-21 07:55:47 UTC
Signed off, thanks for the patch.
Comment 4 Lucas Gass 2023-04-21 16:11:06 UTC
Created attachment 150059 [details] [review]
Bug 33579: Typo: record record

To reproduce:
- Search for records
- Select two or more records
- Select "Edit" > "Batch delete records"
- Click "Delete selcted records"
- Click "View detail of the enqueued job"
- Verify the page says "Type: Batch bibliographic record record deletion"

To test:
- Repeat the steps above
- The page should now say "Type: Batch bibliographic record deletion"

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 5 Tomás Cohen Arazi 2023-04-24 13:50:28 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 6 Jacob O'Mara 2023-05-10 12:55:09 UTC
Nice work, thanks everyone!

Pushed to 22.11.x for the next release.
Comment 7 Lucas Gass 2023-05-15 21:19:48 UTC
Backported to 22.05.x for upcoming 22.05.13
Comment 8 Arthur Suzuki 2023-05-23 14:43:07 UTC
doesn't apply on 21.11, provide a backport if needed
Comment 9 Owen Leonard 2023-05-24 11:24:21 UTC
Created attachment 151625 [details] [review]
Bug 33579: [21.11.x] Typo: record record

To reproduce:
- Search for records
- Select two or more records
- Select "Edit" > "Batch delete records"
- Click "Delete selcted records"
- Click "View detail of the enqueued job"
- Verify the page says "Type: Batch bibliographic record record deletion"

To test:
- Repeat the steps above
- The page should now say "Type: Batch bibliographic record deletion"

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>