[Rt-commit] rt branch 4.4/fix-queue-IsWatcher-docs created. rt-4.4.6beta1-1-g928cc817e9

BPS Git Server git at git.bestpractical.com
Tue Jun 21 19:15:53 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 4.4/fix-queue-IsWatcher-docs has been created
        at  928cc817e901ce6b42d9da8fe5d76e27be382e08 (commit)

- Log -----------------------------------------------------------------
commit 928cc817e901ce6b42d9da8fe5d76e27be382e08
Author: Brian Conry <bconry at bestpractical.com>
Date:   Tue Jun 21 14:09:10 2022 -0500

    Fix docs on RT::Queue::IsWatcher
    
    The documentation incorrectly states that it can check for the Type of
    Owner and Requestor, but the method cannot.
    
    The incorrect documentation was copied from RT::Ticket, which does have
    those Types.

diff --git a/lib/RT/Queue.pm b/lib/RT/Queue.pm
index 4e14217730..9d107f3a98 100644
--- a/lib/RT/Queue.pm
+++ b/lib/RT/Queue.pm
@@ -671,7 +671,7 @@ sub AdminCc {
 
 Takes a param hash with the attributes Type and PrincipalId
 
-Type is one of Requestor, Cc, AdminCc and Owner
+Type is one of Cc or AdminCc.
 
 PrincipalId is an RT::Principal id 
 

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


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list