Before the migration of SIP parameters in the interface, it was possible to delete a message by replacing it with an empty string with the following code: ``` <screen_msg_regex find="Greetings from Koha. " replace="" /> ``` It's no longer possible from the interface as the replace field is mandatory (a lot of our library deleted the message "Greetings from Koha. ")
Created attachment 194519 [details] [review] Bug 42002: Make 'replace' in screen_msg_regex not required Default to empty string if null to ensure that leaving it blank produces the required outcome: the replace value is an empty string
Hi Marion are you available to test the patch? Thank you.
Thank for the patch that was so quick ! I'll test right away !
Created attachment 194522 [details] [review] Bug 42002: Make 'replace' in screen_msg_regex not required Default to empty string if null to ensure that leaving it blank produces the required outcome: the replace value is an empty string Signed-off-by: Marion Durand <marion.durand@biblibre.com>
All good for me ! Thanks for the lightning fast patch !