[Rt-commit] r10317 - in rt/branches/3.7-EXPERIMENTAL: .
html/Admin/Elements html/Admin/Queues html/Admin/Users html/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Sun Jan 13 17:52:48 EST 2008
Author: ruz
Date: Sun Jan 13 17:52:47 2008
New Revision: 10317
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/EditTemplates
rt/branches/3.7-EXPERIMENTAL/html/Admin/Groups/index.html
rt/branches/3.7-EXPERIMENTAL/html/Admin/Queues/index.html
rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/Memberships.html
rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/index.html
rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionList
Log:
r10141 at cubic-pc: cubic | 2008-01-07 02:18:27 +0300
* define sane default for BaseURL in CollectionList so it possible
to get rid of this arg in the current callers
Modified: rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/EditTemplates
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/EditTemplates (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Admin/Elements/EditTemplates Sun Jan 13 17:52:47 2008
@@ -12,7 +12,6 @@
<& /Elements/CollectionList,
OrderBy => 'id',
Order => 'ASC',
- BaseURL => 'Templates.html?',
%ARGS,
DisplayFormat => '__CheckBox.{DeleteTemplates}__,'. $Format,
Format => $Format,
Modified: rt/branches/3.7-EXPERIMENTAL/html/Admin/Groups/index.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Admin/Groups/index.html (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Admin/Groups/index.html Sun Jan 13 17:52:47 2008
@@ -59,7 +59,6 @@
OrderBy => 'Name',
Order => 'ASC',
Rows => 100,
- BaseURL => RT->Config->Get('WebPath') .'/Admin/Groups/index.html?',
%ARGS,
Format => $Format,
Collection => $Groups,
Modified: rt/branches/3.7-EXPERIMENTAL/html/Admin/Queues/index.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Admin/Queues/index.html (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Admin/Queues/index.html Sun Jan 13 17:52:47 2008
@@ -60,7 +60,6 @@
<& /Elements/CollectionList,
OrderBy => 'Name',
Order => 'ASC',
- BaseURL => RT->Config->Get('WebPath') .'/Admin/Queues/index.html?',
%ARGS,
Format => $Format,
Collection => $queues,
Modified: rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/Memberships.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/Memberships.html (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/Memberships.html Sun Jan 13 17:52:47 2008
@@ -63,7 +63,6 @@
OrderBy => 'Name',
Order => 'ASC',
Rows => 0,
- BaseURL => RT->Config->Get('WebPath') .'/Admin/Users/Memberships.html?',
%ARGS,
DisplayFormat => "__CheckBox.{Delete}__,$Format",
Format => $Format,
@@ -78,7 +77,6 @@
OrderBy => 'Name',
Order => 'ASC',
Rows => 100,
- BaseURL => RT->Config->Get('WebPath') .'/Admin/Users/Memberships.html?',
%ARGS,
DisplayFormat => "__CheckBox.{Add}__,'__HasMemberRecursively.{$id}__/TITLE:Recursive',$Format",
Format => $Format,
Modified: rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/index.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/index.html (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Admin/Users/index.html Sun Jan 13 17:52:47 2008
@@ -60,7 +60,6 @@
OrderBy => 'Name',
Order => 'ASC',
Rows => 100,
- BaseURL => RT->Config->Get('WebPath') .'/Admin/Users/index.html?',
%ARGS,
Format => $Format,
Collection => $users,
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionList
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionList (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/CollectionList Sun Jan 13 17:52:47 2008
@@ -157,7 +157,7 @@
$Page => 1
$Title => loc('Ticket Search')
-$BaseURL => undef
+$BaseURL => RT->Config->Get('WebPath') . $m->request_comp->path .'?'
@PassArguments => qw(Query Format Rows Page Order OrderBy)
$AllowSorting => 0
More information about the Rt-commit
mailing list