projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e113d85
)
missed default
wreis [Wed, 3 Sep 2008 03:00:07 +0000 (
03:00
+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
cc1e819
..
329dc18
100644
(file)
--- a/
lib/Reaction/UI/ViewPort/Collection/Grid.pm
+++ b/
lib/Reaction/UI/ViewPort/Collection/Grid.pm
@@
-15,6
+15,7
@@
has excluded_fields => ( is => 'ro', isa => 'ArrayRef', lazy_build => 1);
has _raw_field_labels => (
is => 'rw', isa => 'HashRef',
init_arg => 'field_labels',
+ default => sub { {} },
);
has field_labels => (
is => 'ro', isa => 'HashRef',