Bug 33937 - Incorrect export in C4::Members
Summary: Incorrect export in C4::Members
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor (vote)
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 17600
Blocks:
  Show dependency treegraph
 
Reported: 2023-06-07 10:14 UTC by Jonathan Druart
Modified: 2023-12-28 20:47 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.11.00,23.05.02,22.11.08


Attachments
Bug 33937: Remove incorrect export in C4::Members (876 bytes, patch)
2023-06-07 10:16 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 33937: Remove incorrect export in C4::Members (932 bytes, patch)
2023-06-08 23:20 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2023-06-07 10:14:50 UTC

    
Comment 1 Jonathan Druart 2023-06-07 10:16:02 UTC
Created attachment 152095 [details] [review]
Bug 33937: Remove incorrect export in C4::Members

Bug 17600 re-add those exports, but the module does no longer have the
subroutines. We should remove these export.

Test plan:
git grep is your friend
Comment 2 Katrin Fischer 2023-06-08 23:20:45 UTC
Created attachment 152226 [details] [review]
Bug 33937: Remove incorrect export in C4::Members

Bug 17600 re-add those exports, but the module does no longer have the
subroutines. We should remove these export.

Test plan:
git grep is your friend

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 3 Tomás Cohen Arazi 2023-06-09 11:28:15 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 4 Martin Renvoize 2023-07-12 07:20:40 UTC
Thanks for all the hard work!

Pushed to 23.05.x for the next release
Comment 5 Matt Blenkinsop 2023-07-12 09:36:29 UTC
Nice work everyone!

Pushed to oldstable for 22.11.x