OneTicketPerRequestor: Add the search query to the debug log.
This commit is contained in:
parent
d7a24b0f97
commit
50e684e755
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ sub BeforeDecrypt {
|
|||
foreach my $sort_args (@$sort_orders) {
|
||||
$ticket_search->OrderBy(@$sort_args);
|
||||
}
|
||||
$RT::Logger->debug("OTPR search: " . $ticket_search->BuildSelectQuery());
|
||||
$ticket_search->First;
|
||||
};
|
||||
if ($@) {
|
||||
|
|
Loading…
Reference in a new issue