[Rt-commit] rt branch, 4.4/user-shred-docs, updated. rt-4.4.3-155-g25976fc3ab
Jim Brandt
jbrandt at bestpractical.com
Mon Dec 31 17:04:22 EST 2018
The branch, 4.4/user-shred-docs has been updated
via 25976fc3ab8ecdb867981ea9805b35c1a94b1a5f (commit)
from 1545980e87aaadee6578d0dad5a815f81ab7dc55 (commit)
Summary of changes:
lib/RT/Shredder/Exceptions.pm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 25976fc3ab8ecdb867981ea9805b35c1a94b1a5f
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Dec 31 17:04:13 2018 -0500
Clarify failed resolver error message
diff --git a/lib/RT/Shredder/Exceptions.pm b/lib/RT/Shredder/Exceptions.pm
index 8329623a07..a84f486f76 100644
--- a/lib/RT/Shredder/Exceptions.pm
+++ b/lib/RT/Shredder/Exceptions.pm
@@ -85,10 +85,11 @@ message from RT log files and send a bug report.
END
NoResolver => <<END,
-Object has dependency that could be resolved, but resolver
-wasn't defined. You have to re-read the documentation of the
-plugin you're using. For example the 'Users' plugin has
-option 'replace_relations' argument.
+Shredder has found a dependency that it cannot automatically
+resolve, so the requested object was not removed. Some plugins
+do not automatically shred dependent objects for safety, but you
+may be able to shred the dependent objects directly using other plugins.
+The documentation for this plugin may have more information.
END
);
-----------------------------------------------------------------------
More information about the rt-commit
mailing list