refactor service-point handling in withServicePoints
Description
Environment
None
Potential Workaround
None
blocks
relates to
Checklist
hideTestRail: Results
Activity
Show:
Done
Details
Details
Assignee
Michal Kuklis
Michal KuklisReporter
Zak Burke
Zak BurkePriority
Development Team
Prokopovych
Fix versions
Release
Orchid (R1 2023)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 2, 2023 at 12:58 PM
Updated February 6, 2023 at 2:41 AM
Resolved February 6, 2023 at 2:41 AM
TestRail: Cases
TestRail: Runs
Summary: Refactor
src/components/Wrappers/withServicePoints.js
to avoid functions that have been removed from stripes-core.Details: SP handling was moved from stripes-ctore to ui-servicepoints in STCOR-649/UISP-32, and removed from stripes-core altogether in STCOR-650. ui-users must be updated to avoid these functions, leveraging
updateUser
instead ofsetServicePoints
as noted in https://github.com/folio-org/stripes-core/pull/1243.This must be implemented in v9.0.0 for Orchid/2023-R1 to remain compatible with stripes v8/stripes-core v9.0.0.