Summary: | Fix typo in schema description for items.bookable | ||
---|---|---|---|
Product: | Koha | Reporter: | Aude Charillon <aude.charillon> |
Component: | Database | Assignee: | Jake Deery <jake.deery> |
Status: | RESOLVED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers, jake.deery, jesse, lucas, martin.renvoize, wainuiwitikapark |
Version: | unspecified | ||
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: |
24.11.00
|
|
Circulation function: | |||
Attachments: | Bug 37593: Removed all instances of 'this this' in the codebase |
Description
Aude Charillon
2024-08-07 14:06:52 UTC
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 |