Hi,
here’s a simple patch against rt 1.3.80 that includes a new status
overview for 25 stalled tickets. jesse, would you mind including it?
Christian
Christian Kurz http://www.planNET.de
planNET Systems GmbH mailto:info@planNET.de
Schoenfeldstr. 8 Telefon: +49 721 66 36 0
D-76131 Karlsruhe Telefax: +49 721 66 36 199
stalled (1.53 KB)
I’ve added this patch to the 2.0 section of the newly
reorganized RT contrib archive:
ftp://ftp.fsck.com/pub/rt/contrib/2.0On Thu, Jun 07, 2001 at 03:00:55PM +0200, Christian Kurz wrote:
Hi,
here’s a simple patch against rt 1.3.80 that includes a new status
overview for 25 stalled tickets. jesse, would you mind including it?
Christian
Christian Kurz http://www.planNET.de
planNET Systems GmbH mailto:info@planNET.de
Schoenfeldstr. 8 Telefon: +49 721 66 36 0
D-76131 Karlsruhe Telefax: +49 721 66 36 199
diff -uNr rt-1-3-80/webrt/Elements/MyStalled rt-1-3-80-n/webrt/Elements/MyStalled
— rt-1-3-80/webrt/Elements/MyStalled Thu Jan 1 01:00:00 1970
+++ rt-1-3-80-n/webrt/Elements/MyStalled Thu Jun 7 14:34:05 2001
@@ -0,0 +1,42 @@
+<& /Elements/TitleBoxStart, title => “25 stalled tickets I own…” &>
+
+
+
+
+
+
+
+
+% while (my $Ticket = $MyTickets->Next) {
+
+
+
+
+
+
+% }
+
+<& /Elements/TitleBoxEnd &>
+
+
+<%INIT>
+my $MyTickets;
+$MyTickets = new RT::Tickets ($session{‘CurrentUser’});
+$MyTickets->LimitOwner(VALUE => $session{‘CurrentUser’}->Id);
+$MyTickets->LimitStatus(VALUE => “stalled”);
+$MyTickets->OrderBy(FIELD => ‘Priority’, ORDER => ‘DESC’);
+$MyTickets->RowsPerPage(25);
+
+</%INIT>
diff -uNr rt-1-3-80/webrt/index.html rt-1-3-80-n/webrt/index.html
— rt-1-3-80/webrt/index.html Wed Mar 28 05:30:47 2001
+++ rt-1-3-80-n/webrt/index.html Thu Jun 7 14:45:59 2001
@@ -6,6 +6,8 @@
<& /Elements/MyTickets &>
<& /Elements/MyRequests &>
+
+<& /Elements/MyStalled &>
<& /Elements/Quicksearch &>
jesse reed vincent – root@eruditorum.org – jesse@fsck.com
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90
“Mary had a crypto key / She kept it in escrow
And everything that Mary said / The Feds were sure to know” – Sam Simpson