Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2022-07-14 20:20:02 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-07-14 20:20:02 +0300
commit8faf4b63d871e1e971d64b9b35e9dfcc084605bd (patch)
treece52feeb5b7b776982d6109d4ad80100d8ce8009
parentcca8fb65629b9104b72bd32399a01201af7fe1c7 (diff)
parent8d969f1c9245d5fa30f3823b7f15cc87c7068682 (diff)
Merge branch '4.4/fix-queue-IsWatcher-docs' into 4.4-trunk
-rw-r--r--lib/RT/Queue.pm14
1 files changed, 5 insertions, 9 deletions
diff --git a/lib/RT/Queue.pm b/lib/RT/Queue.pm
index 4e14217730..145294cb74 100644
--- a/lib/RT/Queue.pm
+++ b/lib/RT/Queue.pm
@@ -664,19 +664,17 @@ sub AdminCc {
}
-
-# a generic routine to be called by IsRequestor, IsCc and IsAdminCc
+# a generic routine to be called by IsCc and IsAdminCc
=head2 IsWatcher { Type => TYPE, PrincipalId => PRINCIPAL_ID }
-Takes a param hash with the attributes Type and PrincipalId
-
-Type is one of Requestor, Cc, AdminCc and Owner
+Takes a param hash with the attributes Type and PrincipalId.
-PrincipalId is an RT::Principal id
+Type is one of Cc or AdminCc.
-Returns true if that principal is a member of the group Type for this queue
+PrincipalId is an RT::Principal id.
+Returns true if that principal is a member of the group Type for this queue.
=cut
@@ -702,8 +700,6 @@ sub IsWatcher {
}
-
-
=head2 IsCc PRINCIPAL_ID
Takes an RT::Principal id.