3 Jan
2022
3 Jan
'22
7:10 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23873 --- Comment #8 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Adding some details to the test plan, to spare others having to think about it :) 1 - have a record with 245a "the best book ever" 2 - create a modification template to copy and replace the 245a to the 245a, using regex 3 - in your regex, match "(.+\b)best(.+)" and replace with "$1worst$2" 4 - perform a batch mod on your record, end up with "$1worst$2" as your literal title 5) Apply the patch and try again, this time the capture group should yield the expected results. 6) Run t/SimpleMARC.t and confirm the tests still pass. -- You are receiving this mail because: You are watching all bug changes.