projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1d340cd
)
leetle bug fix
groditi [Thu, 10 Jan 2008 23:01:19 +0000 (23:01 +0000)]
lib/Reaction/UI/ViewPort/Collection/Grid.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Reaction/UI/ViewPort/Collection/Grid.pm
b/lib/Reaction/UI/ViewPort/Collection/Grid.pm
index
f881ebd
..
916df3d
100644
(file)
--- a/
lib/Reaction/UI/ViewPort/Collection/Grid.pm
+++ b/
lib/Reaction/UI/ViewPort/Collection/Grid.pm
@@
-19,7
+19,7
@@
class Grid is 'Reaction::UI::ViewPort::Collection', which {
implements _build_field_labels => as {
my $self = shift;
my %labels;
- for my $field ( @{$self->field_order}){
+ for my $field ( @{$self->computed_field_order}){
$labels{$field} = join(' ', map{ ucfirst } split('_', $field));
}
return \%labels;