diff --git a/docs/upgrades/packages-7.8.6/root_import_ems_ems-event-submission-queue.wgpkg b/docs/upgrades/packages-7.8.6/root_import_ems_ems-event-submission-queue.wgpkg index bdbe79dd8..5bd02440c 100644 Binary files a/docs/upgrades/packages-7.8.6/root_import_ems_ems-event-submission-queue.wgpkg and b/docs/upgrades/packages-7.8.6/root_import_ems_ems-event-submission-queue.wgpkg differ diff --git a/lib/WebGUI/Asset/EMSSubmission.pm b/lib/WebGUI/Asset/EMSSubmission.pm index d677ebe3e..dcac12f8f 100644 --- a/lib/WebGUI/Asset/EMSSubmission.pm +++ b/lib/WebGUI/Asset/EMSSubmission.pm @@ -60,7 +60,7 @@ send email when a comment is added sub addComment { my $self = shift; - $self->update(lastReplyBy => $self->session->user->userId); + $self->update({lastReplyBy => $self->session->user->userId}); $self->next::method(@_); $self->sendEmailUpdate; } diff --git a/lib/WebGUI/i18n/English/Asset_EMSSubmission.pm b/lib/WebGUI/i18n/English/Asset_EMSSubmission.pm index 9d3c8bd8a..0ac8eda03 100644 --- a/lib/WebGUI/i18n/English/Asset_EMSSubmission.pm +++ b/lib/WebGUI/i18n/English/Asset_EMSSubmission.pm @@ -40,6 +40,42 @@ our $I18N = { ##hashref of hashes context => q|The label for the default edit page.| }, + 'submission id' => { + message => q|Submission Id|, + lastUpdated => 1131394072, + context => q|The label for the submission id column in the submission queue data table.| + }, + + 'subject' => { + message => q|Subject|, + lastUpdated => 1131394072, + context => q|The label for the title or subject column in the submission queue data table.| + }, + + 'submitted by' => { + message => q|Submitted By|, + lastUpdated => 1131394072, + context => q|The label for the 'submitted by' column in the submission queue data table.| + }, + + 'creation date' => { + message => q|Creation Date|, + lastUpdated => 1131394072, + context => q|The label for the creation date column in the submission queue data table.| + }, + + 'submission status' => { + message => q|Submission Status|, + lastUpdated => 1131394072, + context => q|The label for the status column in the submission queue data table.| + }, + + 'last reply by' => { + message => q|Last Reply By|, + lastUpdated => 1131394072, + context => q|The label for the 'last reply by' column in the submission queue data table.| + }, + # 'TODO' => { # message => q|TODO|, # lastUpdated => 1131394072, diff --git a/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm b/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm index b04f8de64..20f8c2bbd 100644 --- a/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm +++ b/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm @@ -2059,16 +2059,6 @@ normal templates.|, context => q|Label for the submission list tab for event submitters.|, }, - 'next submission id label' => { - message => q|Next Submission Id|, - lastUpdated => 1131394072, - context => q|Label for the field which indicates the next id used to create a submission.| - }, - 'next submission id label help' => { - message => q|This is the value that will be used to fill in the first submission, do not edit it.|, - lastUpdated => 1131394072, - context => q|This is the help text for the 'next submission id' field, the user should be reminded not to edit this field.| - }, 'print remaining ticket template help' => { message => q|EMS Print Remaining Ticket Template|, lastUpdated => 1147050475, @@ -2261,16 +2251,6 @@ normal templates.|, context => q|The label for the link to create a new submission form.|, }, - 'next submission id label' => { - message => q|Next Submission Id|, - lastUpdated => 1131394072, - context => q|Label for the field which indicates the next id used to create a submission.| - }, - 'next submission id label help' => { - message => q|This is the value that will be used to fill in the first submission, do not edit it.|, - lastUpdated => 1131394072, -- context => q|This is the help text for the 'next submission id' field, the user should be reminded not to edit this field.| - }, 'eventMetaData' => { message => q|Meta data for the event returned as a JSON data structure|, @@ -2290,16 +2270,6 @@ normal templates.|, context => q|The label for the link to create a new submission form.|, }, - 'next submission id label' => { - message => q|Next Submission Id|, - lastUpdated => 1131394072, - context => q|Label for the field which indicates the next id used to create a submission.| - }, - 'next submission id label help' => { - message => q|This is the value that will be used to fill in the first submission, do not edit it.|, - lastUpdated => 1131394072, - context => q|This is the help text for the 'next submission id' field, the user should be reminded not to edit this field.| - }, # 'TODO' => { # message => q|TODO|, # lastUpdated => 1147050475,