fixed tests
This commit is contained in:
parent
e0b87268c5
commit
18d4b5631c
4 changed files with 37 additions and 31 deletions
Binary file not shown.
|
|
@ -60,7 +60,7 @@ send email when a comment is added
|
||||||
|
|
||||||
sub addComment {
|
sub addComment {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
$self->update(lastReplyBy => $self->session->user->userId);
|
$self->update({lastReplyBy => $self->session->user->userId});
|
||||||
$self->next::method(@_);
|
$self->next::method(@_);
|
||||||
$self->sendEmailUpdate;
|
$self->sendEmailUpdate;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,42 @@ our $I18N = { ##hashref of hashes
|
||||||
context => q|The label for the default edit page.|
|
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' => {
|
# 'TODO' => {
|
||||||
# message => q|TODO|,
|
# message => q|TODO|,
|
||||||
# lastUpdated => 1131394072,
|
# lastUpdated => 1131394072,
|
||||||
|
|
|
||||||
|
|
@ -2059,16 +2059,6 @@ normal templates.|,
|
||||||
context => q|Label for the submission list tab for event submitters.|,
|
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' => {
|
'print remaining ticket template help' => {
|
||||||
message => q|EMS Print Remaining Ticket Template|,
|
message => q|EMS Print Remaining Ticket Template|,
|
||||||
lastUpdated => 1147050475,
|
lastUpdated => 1147050475,
|
||||||
|
|
@ -2261,16 +2251,6 @@ normal templates.|,
|
||||||
context => q|The label for the link to create a new submission form.|,
|
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' => {
|
'eventMetaData' => {
|
||||||
message => q|Meta data for the event returned as a JSON data structure|,
|
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.|,
|
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' => {
|
# 'TODO' => {
|
||||||
# message => q|TODO|,
|
# message => q|TODO|,
|
||||||
# lastUpdated => 1147050475,
|
# lastUpdated => 1147050475,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue