From 3a736924f12f09f3839defc5a799642517e433a7 Mon Sep 17 00:00:00 2001 From: Ken Stevens Date: Mon, 29 Apr 2019 10:49:32 -0400 Subject: [PATCH] fixed delete reference error message --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fd87aa39108..aae339eb517 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -190,6 +190,10 @@ Expunges are now done in batches in multiple threads. Both the number of expunge threads and batch size are configurable in DaoConfig. + + Fixed "because at least one resource has a reference to this resource" delete error message that mistakingly reported + the target instead of the source with the reference. +