[Rt-commit] [svn] r901 - rt/branches/rt-3.3/html/Elements
leira at pallas.eruditorum.org
leira at pallas.eruditorum.org
Fri May 14 17:35:36 EDT 2004
Author: leira
Date: Fri May 14 17:35:35 2004
New Revision: 901
Modified:
rt/branches/rt-3.3/html/Elements/MyTickets
Log:
MyTickets doesn't require a Priority to be set.
Modified: rt/branches/rt-3.3/html/Elements/MyTickets
==============================================================================
--- rt/branches/rt-3.3/html/Elements/MyTickets (original)
+++ rt/branches/rt-3.3/html/Elements/MyTickets Fri May 14 17:35:35 2004
@@ -26,7 +26,7 @@
Title => loc("[_1] highest priority tickets I requested...", $rows),
Format => "'<a href=\"$RT::WebPath/Ticket/Display.html?id=__id__\">__id__</a>/TITLE:#', '<a href=\"$RT::WebPath/Ticket/Display.html?id=__id__\">__Subject__</a>/TITLE:Subject', Priority, QueueName, ExtendedStatus",
- Query => " Owner = '".$session{'CurrentUser'}->Id."' AND ( Status = 'new' OR Status = 'open') AND Priority > 0",
+ Query => " Owner = '".$session{'CurrentUser'}->Id."' AND ( Status = 'new' OR Status = 'open')",
OrderBy => 'Priority',
Order => 'DESC',
Rows => $rows,
More information about the Rt-commit
mailing list