[Rt-commit] [svn] r1049 - RT-Journal/trunk/html/Journal
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Jun 10 01:18:27 EDT 2004
Author: jesse
Date: Thu Jun 10 01:18:26 2004
New Revision: 1049
Modified:
RT-Journal/trunk/html/Journal/Show.html
Log:
Making native UI work a bit better
Modified: RT-Journal/trunk/html/Journal/Show.html
==============================================================================
--- RT-Journal/trunk/html/Journal/Show.html (original)
+++ RT-Journal/trunk/html/Journal/Show.html Thu Jun 10 01:18:26 2004
@@ -53,17 +53,17 @@
$tix->LimitQueue(VALUE => 'Journal');
$tix->OrderBy(FIELD=>'Created', ORDER => 'DESC');
if ($user) {
-$tix->LimitOwner(VALUE => $user);
+ $tix->LimitOwner(VALUE => $user);
}
if ($category) {
-$tix->LimitCustomField(CUSTOMFIELD => $cat->Id, OPERATOR => 'LIKE', VALUE => $category."%");
+# $tix->LimitCustomField(CUSTOMFIELD => $cat->Id, OPERATOR => 'LIKE', VALUE => $category."%");
}
$tix->RowsPerPage($count);
$tix->FirstRow($first);
</%INIT>
<%ARGS>
$user => undef
-$first => undef
+$first => 1
$category => undef
$show => 'article'
$count => 25
More information about the Rt-commit
mailing list