Done
Details
Assignee
Ruslan LavrovRuslan LavrovReporter
Roman ChernetskyiRoman ChernetskyiPriority
P2Story Points
5Sprint
NoneDevelopment Team
FolijetFix versions
Release
Poppy (R2 2023)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Ruslan Lavrov
Ruslan LavrovReporter
Roman Chernetskyi
Roman ChernetskyiPriority
Story Points
5
Sprint
None
Development Team
Folijet
Fix versions
Release
Poppy (R2 2023)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created September 21, 2023 at 11:50 AM
Updated October 23, 2023 at 5:00 PM
Resolved October 23, 2023 at 5:00 PM
During marc-to-marc matching and marcBib update on centralTenant json for marcBib is not present at logs and Instance cannot be reached by provided link
Steps to reproduce:
create Instance on central tenant
match newly created marcBib on local tenant (make sure that local tenant in consortium and all required permissions are provided)
Job Profile:
Steps:
Add tenantId (centralTenantId?) to Journal Record
Add column in journal_records table for tenantId (centralTenantId?)
Adjust JournalUtil thats handles event to check payload - if there is a centralTenantId, it should populate this field
Update function that retrieves logs from journal_records table
Add this field in LogEntryDto and modify service that builds it to populate it
Do not remove CENTRAL_TENANT_ID from payload in mod-srs (AbstractPostProcessingEventHandler:saveRecordForCentralTenant:341)
remove CENTRAL_TENANT_ID from payload in mod-inventory in handlers that process Holdings and Items
Add task for UI