[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.6-57-g2032d88

Wallace Reis wreis at bestpractical.com
Mon Aug 25 08:06:35 EDT 2014


The branch, 4.2-trunk has been updated
       via  2032d8882a0c2cb0cc624c01f460b891fb50c648 (commit)
      from  1c45eec223346e8dbb72b56722b617da4ea96d10 (commit)

Summary of changes:
 lib/RT/Shredder/Plugin/Users.pm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

- Log -----------------------------------------------------------------
commit 2032d8882a0c2cb0cc624c01f460b891fb50c648
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date:   Thu Aug 21 15:47:31 2014 -0500

    Fix some language typos.

diff --git a/lib/RT/Shredder/Plugin/Users.pm b/lib/RT/Shredder/Plugin/Users.pm
index e9cb783..328bd0c 100644
--- a/lib/RT/Shredder/Plugin/Users.pm
+++ b/lib/RT/Shredder/Plugin/Users.pm
@@ -86,13 +86,13 @@ group.
 
 =head2 replace_relations - user identifier
 
-When you delete user there are could be minor links to him in RT DB.
-This option allow you to replace this links with link to other user.
-This links are Creator and LastUpdatedBy, but NOT any watcher roles,
-this means that if user is watcher(Requestor, Owner,
-Cc or AdminCc) of the ticket or queue then link would be deleted.
+When you delete an user there could be minor links to them in the RT database.
+This option allow you to replace these links with links to the new user.
+The replaceable links are Creator and LastUpdatedBy, but NOT any watcher roles.
+This means that if the user is a watcher(Requestor, Owner,
+Cc or AdminCc) of the ticket or queue then the link would be deleted.
 
-This argument could be user id or name.
+This argument could be an user id or name.
 
 =head2 no_tickets - boolean
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list