[rt-users] RT or SearchBuilder bug?
Todd Chapman
todd at chaka.net
Tue Sep 16 11:41:28 EDT 2008
$QueueObj->TicketCustomFields->Count includes disabled fields in it's
Count. Should that be?
If I do it this way:
my $cfs = $QueueObj->TicketCustomFields;
$cfs->ItemsArrayRef;
my $count = $cfsw->Count;
the the correct number is returned.
SB version 1.48, RT version 3.6.3
Is my technique wrong or is there a bug?
-Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20080916/ed304d8b/attachment.htm>
More information about the rt-users
mailing list