From a6f303fd9f14570f6d1654a175dbeadf00f4bd18 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 11 Jun 2016 12:24:29 -0700 Subject: show unreplied marker in RT searches, #41670 --- rt/share/html/Elements/CollectionAsTable/Row | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rt/share/html/Elements/CollectionAsTable/Row') diff --git a/rt/share/html/Elements/CollectionAsTable/Row b/rt/share/html/Elements/CollectionAsTable/Row index b83943aa5..13f43dd55 100644 --- a/rt/share/html/Elements/CollectionAsTable/Row +++ b/rt/share/html/Elements/CollectionAsTable/Row @@ -57,6 +57,11 @@ $Class => 'RT__Ticket' $Classes => '' <%init> +# it's a hack, but it has to be applied in every ticket search regardless +# of format, so... +if ( $record and $record->isa('RT::Ticket') and $record->IsUnreplied ) { + $Classes .= ' unreplied-ticket'; +} $m->out( '' . "\n" ); -- cgit v1.2.1