Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: Question on "Limit" for Transactions for RT3.0.12: msg#00083

Subject: Re: Question on "Limit" for Transactions for RT3.0.12
Hello Jesse,

Jesse Vincent wrote:
However, the "Limit" criteria seem not to match up to
"Field = 'Status' AND (NewValue = 'resolved' OR NewValue = 'rejected' OR NewValue = 'deleted'). So what am I doing wrong?



What does the database say you're searching for?

looks like I found the issue: it did not have anything to do with the search case (the code I send works fine). We had a local addition to RT::Condition::Generic.pm so that $self->QueueObj was defined. Looks like we screwed this up and "$self->QueueObj->InactiveStatusArray" was returning an empty array. As we used "$self->QueueObj" only here, we never noticed before. Oh, for those without "$self->QueueObj" defined, substitute with "$self->TicketObj->QueueObj".

Thanks for the pointer to the database logs ;-)

Best regards,

        Ruediger Riediger

--
Dr. Ruediger Riediger                              Sun Microsystems GmbH
NSG - SunCERT                                             Komturstr. 18a
mailto:Ruediger.Riediger@xxxxxxx                          D-12099 Berlin
------------------------------------------------------------------------
NOTICE:  This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution is prohibited.
If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
------------------------------------------------------------------------
PGP 2048RSA/0x2C5020E9          964C E189 0FF0 8882  2BAB 65E2 6912 1FF2
------------------------------------------------------------------------


<Prev in Thread] Current Thread [Next in Thread>