fixed problems with tests
This commit is contained in:
parent
799db1090f
commit
494c8ded0e
5 changed files with 439 additions and 91 deletions
|
|
@ -384,19 +384,6 @@ sub getFormDescription {
|
|||
return JSON->new->decode($self->get('formDescription'));
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
=head2 getQueueUrl
|
||||
|
||||
returns the URL for the submission queue page with the submisison id in the hash part
|
||||
|
||||
=cut
|
||||
|
||||
sub getQueueUrl {
|
||||
my $self = shift;
|
||||
return $self->ems->getUrl('func=viewSubmissionQueue#' . $self->getId );
|
||||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getQueueUrl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue