[Rt-commit] rtir branch, 3.4/ticket-timer, repushed
Shawn Moore
shawn at bestpractical.com
Tue May 17 14:07:39 EDT 2016
The branch 3.4/ticket-timer was deleted and repushed:
was 1cd9db3d9f8f05680e89ce8332ec4cafdc544ce7
now 177999ceb371fbc92f456541ce777207ceecc1d6
1: fab060e = 1: fab060e Add ticket timer button to RTIR ticket page menus
2: 1cd9db3 ! 2: 177999c Have ticket timer use RTIR theme for RTIR tickets
@@ -24,7 +24,7 @@
+elsif ($m->request_comp->path =~ m{^/Helpers/TicketTimer}) {
+ my $ticket = RT::Ticket->new( $session{'CurrentUser'} );
+ my ($ok) = $ticket->Load($DECODED_ARGS->{id});
-+ if ($ok && RT::IR->IsRTIRQueue($ticket->QueueObj)) {
++ if ($ok && RT::IR->OurQueue($ticket->QueueObj)) {
+ push @{$ARGSRef->{BodyClass}}, 'rtir';
+ }
+}
More information about the rt-commit
mailing list