X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FComponentUI%2FController%2FTestModel%2FBar.pm;h=c649d782f51921fc17e85871d8beffa577c157b8;hb=fff7579c4333dc543b987f447b454772a8abe28f;hp=4859b7d7554fdb60f637767d8afbc26bafe4e206;hpb=463e51d0379bb139a9d5de856756b21655e6a259;p=catagits%2FReaction.git diff --git a/lib/ComponentUI/Controller/TestModel/Bar.pm b/lib/ComponentUI/Controller/TestModel/Bar.pm index 4859b7d..c649d78 100644 --- a/lib/ComponentUI/Controller/TestModel/Bar.pm +++ b/lib/ComponentUI/Controller/TestModel/Bar.pm @@ -12,6 +12,9 @@ __PACKAGE__->config( ViewPort => { enable_order_by => [qw/name foo published_at/], coerce_order_by => { foo => ['foo.last_name', 'foo.first_name'] }, + layout => 'bar/collection', + member_class => 'Reaction::UI::ViewPort::Object', + Member => { layout => 'bar/member' } } } },