Done
Details
Assignee
Julian LadischJulian LadischReporter
Julian LadischJulian LadischPriority
TBDDevelopment Team
ThunderjetFix versions
Release
Ramsons (R2 2024)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Julian Ladisch
Julian LadischReporter
Julian Ladisch
Julian LadischPriority
Development Team
Thunderjet
Fix versions
Release
Ramsons (R2 2024)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created June 21, 2024 at 8:21 AM
Updated June 24, 2024 at 11:08 AM
Resolved June 24, 2024 at 11:08 AM
Delete this unused acquisition method:
from https://github.com/folio-org/mod-orders-storage/tree/v13.7.2/src/main/resources/data/acquisition-methods
It is not used:
https://github.com/search?q=org%3Afolio-org%20061f1375-6422-4cb4-9edf-4ccf116a5f6f&type=code
https://github.com/search?q=org%3Afolio-org+%22Test+user+method%22&type=code
This is the data install code:
https://github.com/folio-org/mod-orders-storage/blob/v13.7.2/src/main/java/org/folio/rest/impl/TenantReferenceAPI.java#L68
It installs the acquisition methods from
https://github.com/folio-org/mod-orders-storage/tree/v13.7.2/src/main/resources/data/system/acquisition-methods , not from
https://github.com/folio-org/mod-orders-storage/tree/v13.7.2/src/main/resources/data/acquisition-methods
The acquisition method is used for unit tests only, therefore it should be deleted from the generated jar file and moved to the test resource directory.