fixed tests

This commit is contained in:
daviddelikat 2009-11-22 22:46:06 -06:00
parent e0b87268c5
commit 18d4b5631c
4 changed files with 37 additions and 31 deletions

View file

@ -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;
}

View file

@ -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,

View file

@ -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,