aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-10-31 21:10:33 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-10-31 21:10:33 +0000
commit336b3bb0ca6893e856f82865521d599dd1596538 (patch)
tree5fa544b096de10bad69fdfb2ec8cbecc87117166 /lib/ComponentUI
parent1c601a7646d5da9d4ca4c21a2734455ba184de1f (diff)
downloadreaction-336b3bb0ca6893e856f82865521d599dd1596538.tar.gz
reaction-336b3bb0ca6893e856f82865521d599dd1596538.zip
checking in more pod, some fixes for weird bugs, a manual for migration, an extra ComponentUI example and a new ResultSet base class for IM actions
Diffstat (limited to 'lib/ComponentUI')
-rw-r--r--lib/ComponentUI/Controller/TestModel/Foo.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ComponentUI/Controller/TestModel/Foo.pm b/lib/ComponentUI/Controller/TestModel/Foo.pm
index e8e2318..99f33c1 100644
--- a/lib/ComponentUI/Controller/TestModel/Foo.pm
+++ b/lib/ComponentUI/Controller/TestModel/Foo.pm
@@ -10,6 +10,7 @@ __PACKAGE__->config(
base => { Chained => '/base', PathPart => 'testmodel/foo' },
list => {
ViewPort => {
+ action_prototypes => { delete_all => 'Delete all records' },
excluded_fields => [qw/id/],
action_order => [qw/delete_all create/],
Member => {