last version with tabbed form description

This commit is contained in:
daviddelikat 2009-10-20 09:06:19 -05:00
parent 9805541a6e
commit 378c73dd31
3 changed files with 330 additions and 81 deletions

View file

@ -850,7 +850,9 @@ sub www_editSubmissionFormSave {
my $self = shift;
return $self->session->privilege->insufficient() unless $self->canEdit;
my $form = $self->session->form;
# TOOD call addSubmissionForm or update the submission form...
return WebGUI::Asset::EMSSubmissionForm->processForm($self,); # TODO this function does not exist yet
# it should read the form and verify the data
# TODO call addSubmissionForm or update the submission form...
# call edit if it fails
return $self->www_view; # TODO where to go after this???
}