aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Controller/Collection.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reaction/UI/Controller/Collection.pm')
-rw-r--r--lib/Reaction/UI/Controller/Collection.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/UI/Controller/Collection.pm b/lib/Reaction/UI/Controller/Collection.pm
index d37f958..38cd61d 100644
--- a/lib/Reaction/UI/Controller/Collection.pm
+++ b/lib/Reaction/UI/Controller/Collection.pm
@@ -8,7 +8,7 @@ use aliased 'Reaction::UI::ViewPort::Collection::Grid';
__PACKAGE__->config(
action => {
list => { Chained => 'base', PathPart => '' },
- object => { Chained => 'base', PathPart => 'id', CaptureArgs => 1, },
+ object => { Chained => 'base', PathPart => 'id' },
view => { Chained => 'object', },
},
);