From c8fbb8ad6185f3f14717138aaf8bb95d6b2d27b2 Mon Sep 17 00:00:00 2001 From: groditi Date: Wed, 2 Jan 2008 18:49:19 +0000 Subject: work in progress, listview still broken --- lib/Reaction/UI/ViewPort/Role/Actions.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/Reaction/UI/ViewPort/Role/Actions.pm') diff --git a/lib/Reaction/UI/ViewPort/Role/Actions.pm b/lib/Reaction/UI/ViewPort/Role/Actions.pm index d7641be..9c99077 100644 --- a/lib/Reaction/UI/ViewPort/Role/Actions.pm +++ b/lib/Reaction/UI/ViewPort/Role/Actions.pm @@ -13,15 +13,12 @@ role Actions, which { my ($self) = @_; my (@act, $i); my $ctx = $self->ctx; - #if i could abstract this vs ->object for row we could eliminate the entity - #version of this role and just use one for both things. that would be cool. - my $obj = $self->current_collection; my $loc = $self->location; foreach my $proto (@{ $self->action_prototypes }) { my $action = Reaction::UI::ViewPort::Action::Link->new ( ctx => $ctx, - target => $obj, + target => $self->model, location => join ('-', $loc, 'action', $i++), %$proto, ); -- cgit v1.2.3-54-g00ecf