Details
Assignee
UnassignedUnassignedReporter
Serhii_NoskoSerhii_NoskoPriority
TBDStory Points
1Development Team
ThunderjetRelease
Trillium (R2 2025)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Serhii_Nosko
Serhii_NoskoPriority
Story Points
1
Development Team
Thunderjet
Release
Trillium (R2 2025)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created November 13, 2024 at 1:25 PM
Updated February 17, 2025 at 4:35 PM
Purpose/overview:
Currently the Claiming procession job calls mod-configuration to retrieve the current time zone in order to update piece statuses in the correct time zone.
Our assumption is that this setting will be stored now in mod-settings, so we need to call mod-settings to retrieve the current time zone with the same key.
Also need to update required interfaces in ModuleDescriptor from mod-configuration to mod-settings.
Link to usage of this call: https://github.com/folio-org/mod-orders-storage/blob/master/src/main/java/org/folio/services/piece/PieceClaimingService.java#L37