aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/ViewPort/Collection
diff options
context:
space:
mode:
authoredenc <edenc@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-12-22 16:22:55 +0000
committeredenc <edenc@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-12-22 16:22:55 +0000
commit32a4b1a431ecd8e488062fc73af8ff532a1d1a74 (patch)
tree77316d2d3531cdcf4a8bc2171410923ab31792b2 /lib/Reaction/UI/ViewPort/Collection
parent3d336c5567aec0779e6981138275c67ff8e6f2d0 (diff)
downloadreaction-32a4b1a431ecd8e488062fc73af8ff532a1d1a74.tar.gz
reaction-32a4b1a431ecd8e488062fc73af8ff532a1d1a74.zip
using value/related_object for related objects
Diffstat (limited to 'lib/Reaction/UI/ViewPort/Collection')
-rw-r--r--lib/Reaction/UI/ViewPort/Collection/Grid/Member.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/UI/ViewPort/Collection/Grid/Member.pm b/lib/Reaction/UI/ViewPort/Collection/Grid/Member.pm
index 473fc0e..02629a2 100644
--- a/lib/Reaction/UI/ViewPort/Collection/Grid/Member.pm
+++ b/lib/Reaction/UI/ViewPort/Collection/Grid/Member.pm
@@ -30,7 +30,7 @@ around _build_fields_for_type_Reaction_Types_Core_SimpleStr => sub {
};
around _build_fields_for_type_Reaction_InterfaceModel_Object => sub {
- $_[0]->(@_[1,2], { layout => 'value/string', %{ $_[3] || {} } })
+ $_[0]->(@_[1,2], { layout => 'value/related_object', %{ $_[3] || {} } })
};
around _build_fields_for_type_Reaction_Types_DateTime_DateTime => sub {