Mercurial > pub > Impl
changeset 142:4c9849f0f879
minor changes
author | wizard |
---|---|
date | Wed, 07 Jul 2010 17:30:40 +0400 |
parents | 7245c39e941e |
children | d9dd3500ead3 |
files | Lib/IMPL/Web/Application/ControllerUnit.pm |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Lib/IMPL/Web/Application/ControllerUnit.pm Tue Jul 06 17:26:48 2010 +0400 +++ b/Lib/IMPL/Web/Application/ControllerUnit.pm Wed Jul 07 17:30:40 2010 +0400 @@ -72,7 +72,8 @@ $self->class_data(CONTROLLER_METHODS)->{$method} = { wrapper => 'FormWrapper', - schema => $info->{schema} + schema => $info->{schema}, + form => $info->{form} }; } else { die new IMPL::Exception("Unsupported method information",$self,$method);