From 0aab1c1114fa3b10815e6711807d2b562f73f09a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 5 Nov 2009 15:56:54 -0800 Subject: [PATCH] Fix POD whitespace issues in the EMS. --- lib/WebGUI/Asset/EMSSubmission.pm | 4 ++-- lib/WebGUI/Asset/EMSSubmissionForm.pm | 1 + lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Asset/EMSSubmission.pm b/lib/WebGUI/Asset/EMSSubmission.pm index 14ac4d85a..a5489feea 100644 --- a/lib/WebGUI/Asset/EMSSubmission.pm +++ b/lib/WebGUI/Asset/EMSSubmission.pm @@ -367,7 +367,6 @@ parameters for the submission =cut - sub www_editSubmission { my $this = shift; my $self; @@ -436,7 +435,7 @@ sub www_editSubmission { delete $field->{name}; # don't want readOnly to generate a hidden field $field->{fieldType} = "readOnly"; } - + $newform->dynamicField(%$field); } else { # TODO see that the data gets formatted @@ -545,6 +544,7 @@ sub getEditTabs { } #------------------------------------------------------------------- + =head2 getQueueUrl returns the URL for the submission queue page with the submisison id in the hash part diff --git a/lib/WebGUI/Asset/EMSSubmissionForm.pm b/lib/WebGUI/Asset/EMSSubmissionForm.pm index 752730e20..c3f1a6c41 100644 --- a/lib/WebGUI/Asset/EMSSubmissionForm.pm +++ b/lib/WebGUI/Asset/EMSSubmissionForm.pm @@ -385,6 +385,7 @@ sub getFormDescription { } #------------------------------------------------------------------- + =head2 getQueueUrl returns the URL for the submission queue page with the submisison id in the hash part diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index 1e4b2457d..695356da6 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -37,6 +37,7 @@ use Tie::IxHash; use Data::Dumper; #------------------------------------------------------------------- + =head2 addGroupToSubmitList ( groupId ) adds the parameter to eventSubmissionGroups