Bug 33579 - Typo: record record
Summary: Typo: record record
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: master
Hardware: All All
: P5 - low minor (vote)
Assignee: Magnus Enger
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2023-04-21 06:33 UTC by Magnus Enger
Modified: 2023-12-28 20:44 UTC (History)
3 users (show)

See Also:
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 (1.32 KB, patch)
2023-04-21 06:44 UTC, Magnus Enger
Details | Diff | Splinter Review
Bug 33579: Typo: record record (1.39 KB, patch)
2023-04-21 07:55 UTC, PTFS Europe Sandboxes
Details | Diff | Splinter Review
Bug 33579: Typo: record record (1.44 KB, patch)
2023-04-21 16:11 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 33579: [21.11.x] Typo: record record (1.52 KB, patch)
2023-05-24 11:24 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>