X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FComponentUI%2FController%2FTestModel%2FFoo.pm;fp=lib%2FComponentUI%2FController%2FTestModel%2FFoo.pm;h=917ea172e13db2cfd0ed26f1b29e63e70777c809;hb=c1b16a7de0859d507d350fd946abed84ac3683ad;hp=56839a207efdacf06a31866afe12385f99341beb;hpb=a6dd5692f77afb88f9aa5a8de13a0519e24a361d;p=catagits%2FReaction.git diff --git a/lib/ComponentUI/Controller/TestModel/Foo.pm b/lib/ComponentUI/Controller/TestModel/Foo.pm index 56839a2..917ea17 100644 --- a/lib/ComponentUI/Controller/TestModel/Foo.pm +++ b/lib/ComponentUI/Controller/TestModel/Foo.pm @@ -13,6 +13,7 @@ __PACKAGE__->config( action_prototypes => { delete_all => 'Delete all records' }, excluded_fields => [qw/id/], action_order => [qw/delete_all create/], + enable_order_by => [qw/last_name/], Member => { action_order => [qw/view update delete/], },