Subject: | error in do_add, do_edit and do_delete |
Hi,
I noticed that C::E would report an error saying that a template wasn't
found when the do_add, do_edit and do_delete actions were executed.
Adding this to each action worked for me:
$c->stash->{template} = 'view.tt'; #list.tt for do_delete
Thanks for your work on Enzyme.
Stephen Moore