[otrs-cvs] SystemMonitoring/Kernel/System/PostMaster/Filter SystemMonitoring.pm, 1.18, 1.19
"CVS commits notifications of OTRS.org" <[email protected]> Tue, 28 May 2013 12:11:04 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/SystemMonitoring/Kernel/System/PostMaster/Filter
In directory lancelot:/tmp/cvs-serv17389/Kernel/System/PostMaster/Filter
Modified Files:
SystemMonitoring.pm
Log Message:
Added documentation for missnaming of dynamic fields and error messages for missnamed dynamic fields.
Author: rs
Index: SystemMonitoring.pm
===================================================================
RCS file: /home/cvs/SystemMonitoring/Kernel/System/PostMaster/Filter/SystemMonitoring.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -2 -u -d -r1.18 -r1.19
--- SystemMonitoring.pm 28 May 2013 12:01:02 -0000 1.18
+++ SystemMonitoring.pm 28 May 2013 12:10:59 -0000 1.19
@@ -309,5 +309,5 @@
. " does not exists or missnamed."
. " The configuration is based on freetext fields, so the number of the freetext field is expected"
- . " (wrong value for key " . DynamicFieldTicketTextPrefix . $Type . " is set).",
+ . " (wrong value for key FreeText" . $Type . " is set).",
);
$Errors = 1;
@@ -328,8 +328,5 @@
. " does not exists or missnamed."
. " The configuration is based on freetext fields, so the number of the freetext field is expected"
- . " (wrong value for key "
- . DynamicFieldArticleTextPrefix
- . $ArticleFreeTextField
- . " is set).",
+ . " (wrong value for key FreeTextState is set).",
);
$Errors = 1;
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log