[Rt-commit] rt branch, 4.2/xxxgroup-ticketsql, updated. rt-4.1.8-415-gbf4ead8
Alex Vandiver
alexmv at bestpractical.com
Tue Jun 18 21:27:36 EDT 2013
The branch, 4.2/xxxgroup-ticketsql has been updated
via bf4ead862432d19a8864ac79b11d6e94bd37dad3 (commit)
from add166d6a1685f9beb4a9973370f642ee590df53 (commit)
Summary of changes:
lib/RT/Tickets.pm | 31 +------------------------------
1 file changed, 1 insertion(+), 30 deletions(-)
- Log -----------------------------------------------------------------
commit bf4ead862432d19a8864ac79b11d6e94bd37dad3
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Jun 18 18:27:30 2013 -0700
Remove out of date and misleading POD
diff --git a/lib/RT/Tickets.pm b/lib/RT/Tickets.pm
index f85576e..c520643 100644
--- a/lib/RT/Tickets.pm
+++ b/lib/RT/Tickets.pm
@@ -919,36 +919,7 @@ Handle watcher membership limits, i.e. whether the watcher belongs to a
specific group or not.
Meta Data:
- 1: Field to query on
-
-SELECT DISTINCT main.*
-FROM
- Tickets main,
- Groups Groups_1,
- CachedGroupMembers CachedGroupMembers_2,
- Users Users_3
-WHERE (
- (main.EffectiveId = main.id)
-) AND (
- (main.Status != 'deleted')
-) AND (
- (main.Type = 'ticket')
-) AND (
- (
- (Users_3.EmailAddress = '22')
- AND
- (Groups_1.Domain = 'RT::Ticket-Role')
- AND
- (Groups_1.Type = 'RequestorGroup')
- )
-) AND
- Groups_1.Instance = main.id
-AND
- Groups_1.id = CachedGroupMembers_2.GroupId
-AND
- CachedGroupMembers_2.MemberId = Users_3.id
-ORDER BY main.id ASC
-LIMIT 25
+ 1: Role to query on
=cut
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list