At both https://schema.koha-community.org/23_11/tables/items.html and https://schema.koha-community.org/24_05/tables/items.html the comment for the bookable column has the word "this" twice, when it shouldn't: "boolean value defining whether this this item is available for bookings or not".
Created attachment 170231 [details] [review] Bug 37593: Removed all instances of 'this this' in the codebase To test: a) do a grep for 'this this' 1) notice that there are five matching files 2) notice that all of these instances are in comments, or podfiles b) apply this patch c) do a grep for 'this this' 1) notice now that these instances are gone d) apply these changes to schema.koha-community.org e) result!
Note that I have also touched koha-tmpl/intranet-tmpl/lib/datatables/datatables.js -- only a one-line change, but snipper2 lists one signed off bug. Just an FYI for the SO / QA!
I like typo fixes, speeding this up RM style.
Pushed for 24.11! Well done everyone, thank you!
Backported to 24.05.x for 24.05.04
Pushed to 23.11.x for 23.11.10
Not backporting to 23.05.x unless requested
Not back porting to 22.11.x - Merge conflicts
This needs to be reverted from 24.05.x, and likely 23.11. POD changed without updating checksum leads to checksum mismatch and errors when running dbic.
Reverted from 24.05.x
Reverted from 23.11.x