Done
Details
Assignee
Magzhan ArtykovMagzhan ArtykovReporter
Olamide KolawoleOlamide KolawolePriority
P1Story Points
0.5Sprint
NoneDevelopment Team
VegaFix versions
Release
Poppy (R2 2023) Service Patch #4RCA Group
Implementation coding issueCSP Approved
YesAffected releases
Poppy (R2 2023)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Magzhan Artykov
Magzhan ArtykovReporter
Olamide Kolawole
Olamide KolawolePriority
Story Points
0.5
Sprint
None
Development Team
Vega
Fix versions
Release
Poppy (R2 2023) Service Patch #4
RCA Group
Implementation coding issue
CSP Approved
Yes
Affected releases
Poppy (R2 2023)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created April 10, 2024 at 1:50 PM
Updated April 24, 2024 at 3:43 PM
Resolved April 18, 2024 at 11:26 AM
If a tenant is created with tenant parameter
purge=true
,mod-circulation-storage
will attempt to delete the topic for the tenant (if it exists). When tenant collection topics is enabled, it means thatmod-circulation-storage
will attempt to delete the tenant collection topic. This will delete topics for all tenants since the topic is shared.This will cause a loss of data.
mod-circulation-storage
should not delete the tenant collection topic when tenant collection is enabled.