Bug 33952

Summary: Add Koha::Biblio->normalized_isbn
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: martin.renvoize
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.11.00
Bug Depends on:    
Bug Blocks: 33949, 33953    
Attachments: Bug 33952: Add tests
Bug 33952: Koha::Biblio->normalized_isbn
Bug 33952: Add tests
Bug 33952: Koha::Biblio->normalized_isbn
Bug 33952: Koha::Biblio->normalized_isbn
Bug 33952: Add tests
Bug 33952: Koha::Biblio->normalized_isbn

Description Jonathan Druart 2023-06-08 10:10:43 UTC

    
Comment 1 Jonathan Druart 2023-06-08 10:55:13 UTC
Created attachment 152146 [details] [review]
Bug 33952: Add tests
Comment 2 Jonathan Druart 2023-06-08 10:55:16 UTC
Created attachment 152147 [details] [review]
Bug 33952: Koha::Biblio->normalized_isbn

to squash get_normalized_isbn
Comment 3 Martin Renvoize 2023-06-27 10:25:31 UTC
Created attachment 152718 [details] [review]
Bug 33952: Add tests

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 4 Martin Renvoize 2023-06-27 10:25:34 UTC
Created attachment 152719 [details] [review]
Bug 33952: Koha::Biblio->normalized_isbn

to squash get_normalized_isbn

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 5 Martin Renvoize 2023-06-27 10:26:36 UTC
At first thought, I'd love to have seen us not rely upon C4::Koha:: in here.. but when inspecting that code I decided we could drop that at a later date and let this move forward.

Signing off
Comment 6 Jonathan Druart 2023-07-04 07:36:34 UTC
Yes I should have added more context. This is needed for bug 33947 where we need to call ->normalized_isbn on a Koha::Biblio object.
Comment 7 Jonathan Druart 2023-07-04 07:37:50 UTC
Created attachment 153005 [details] [review]
Bug 33952: Koha::Biblio->normalized_isbn

This is needed for bug 33947 where we need to call ->normalized_isbn on a Koha::Biblio object.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 8 Nick Clemens (kidclamp) 2023-07-13 16:06:56 UTC
Created attachment 153409 [details] [review]
Bug 33952: Add tests

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 9 Nick Clemens (kidclamp) 2023-07-13 16:06:58 UTC
Created attachment 153410 [details] [review]
Bug 33952: Koha::Biblio->normalized_isbn

This is needed for bug 33947 where we need to call ->normalized_isbn on a Koha::Biblio object.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 10 Tomás Cohen Arazi 2023-07-13 18:21:26 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 11 Martin Renvoize 2023-07-18 11:27:46 UTC
Not required for anything in 23.05.x series yet, we can backport later if it becomes required.