[otrs-cvs] ImportExport/Kernel/System ImportExport.pm,1.42,1.43
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ImportExport/Kernel/System
In directory lancelot:/tmp/cvs-serv9492/Kernel/System
Modified Files:
ImportExport.pm
Log Message:
Enhanced interface to show a summary after importing.
Author: ub
Index: ImportExport.pm
===================================================================
RCS file: /home/cvs/ImportExport/Kernel/System/ImportExport.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -2 -u -d -r1.42 -r1.43
--- ImportExport.pm 20 Nov 2012 19:09:36 -0000 1.42
+++ ImportExport.pm 30 Nov 2012 13:43:55 -0000 1.43
@@ -2227,4 +2227,9 @@
if ( !$ID ) {
+
+ # count DuplicateName entries as errors
+ if ( $RetCode =~ m{ \A DuplicateName }xms ) {
+ $Result{RetCode}->{$RetCode}++;
+ }
$Result{Failed}++;
}
---------------------------------------------------------------------
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