Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt-extension-sla
Commits
9d6dfd0c
Commit
9d6dfd0c
authored
May 13, 2009
by
Ruslan Zakirov
Browse files
add tabs to tickets so you can jump to a report right after search
parent
d2ff490e
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/Callbacks/RT-Extension-SLA/Ticket/Elements/Tabs/Default
0 → 100644
View file @
9d6dfd0c
<%ARGS>
$Query => undef
$tabs => {}
</%ARGS>
<%INIT>
$Query ||= $session{'CurrentSearchHash'}->{'Query'};
return unless $Query;
$tabs->{"m"} = {
path => "Tools/Reports/SLA.html?". $m->comp( '/Elements/QueryString', Query => $Query ),
title => loc('Report SLA'),
};
</%INIT>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment