summaryrefslogtreecommitdiff
path: root/rt/share/html/m/ticket/autohandler
blob: ac24959a10235a200336fd16d867be1b3e76d633 (plain)
1
2
3
4
5
6
7
8
<%init>
# Redirect to the approvals view if we're trying to get an approvals ticket
MaybeRedirectToApproval(
    Whitelist   => qr{/(?:create|select_create_queue)$}i,
    ARGSRef     => \%ARGS,
);
$m->call_next;
</%init>