[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-600-g9a60127
Thomas Sibley
trs at bestpractical.com
Thu Aug 26 17:52:39 EDT 2010
The branch, 3.9-trunk has been updated
via 9a601274645a2a45a8ceedcc8da96684f2b921af (commit)
from 5f2799c57c32f7c74f32399eba8fb5979a237e28 (commit)
Summary of changes:
share/html/Elements/ColumnMap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 9a601274645a2a45a8ceedcc8da96684f2b921af
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Aug 26 17:49:41 2010 -0400
CreatedBy's database field is Creator
Trying to sort a collection list by Created By generated an invalid
query which then displayed an empty list.
diff --git a/share/html/Elements/ColumnMap b/share/html/Elements/ColumnMap
index d0dfe6d..46ce652 100644
--- a/share/html/Elements/ColumnMap
+++ b/share/html/Elements/ColumnMap
@@ -72,7 +72,7 @@ my $COLUMN_MAP = {
value => sub { return $_[0]->CreatedObj->AgeAsString }
},
CreatedBy => {
- attribute => 'CreatedBy',
+ attribute => 'Creator',
title => 'Created By', # loc
value => sub { return $_[0]->CreatorObj->Name }
},
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list