[otrs-cvs] otrs/Kernel/System/ProcessManagement Transition.pm, 1.4, 1.5
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/System/ProcessManagement
In directory lancelot:/tmp/cvs-serv27038/Kernel/System/ProcessManagement
Modified Files:
Transition.pm
Log Message:
Fixed bug#9031 - ProcessManagement Transition condition with regexp fails.
Author: cr
Index: Transition.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/ProcessManagement/Transition.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -2 -u -d -r1.4 -r1.5
--- Transition.pm 20 Nov 2012 15:53:19 -0000 1.4
+++ Transition.pm 9 Jan 2013 21:24:13 -0000 1.5
@@ -1,5 +1,5 @@
# --
# Kernel/System/ProcessManagement/Transition.pm - all ticket functions
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -505,5 +505,5 @@
if (
!$ActualCondition->{Fields}{$Field}{Match}
- || ref $ActualCondition->{Fields}{$Field}{Match} ne 'Regexp'
+ || ref $ActualCondition->{Fields}{$Field}{Match} ne ''
)
{
---------------------------------------------------------------------
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