[otrs-cvs] ITSMConfigItem/Kernel/System/LinkObject2 ITSMConfigItem.pm, 1.27, 1.28

CVS commits notifications of OTRS.org cvs-log at otrs.org
Sat May 3 13:33:37 GMT 2008


Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/System/LinkObject2
In directory lancelot:/tmp/cvs-serv24873/Kernel/System/LinkObject2

Modified Files:
	ITSMConfigItem.pm 
Log Message:
Fixed bug# 2728 - The CI search function ignore some search criteria.

Author: mh

Index: ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/LinkObject2/ITSMConfigItem.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** ITSMConfigItem.pm	3 May 2008 13:10:24 -0000	1.27
--- ITSMConfigItem.pm	3 May 2008 13:33:32 -0000	1.28
***************
*** 325,329 ****
          },
          {
!             Key   => 'CurDeplStateIDs',
              Name  => 'Deployment State',
              Input => {
--- 325,329 ----
          },
          {
!             Key   => 'DeplStateIDs',
              Name  => 'Deployment State',
              Input => {
***************
*** 334,338 ****
          },
          {
!             Key   => 'CurInciStateIDs',
              Name  => 'Incident State',
              Input => {
--- 334,338 ----
          },
          {
!             Key   => 'InciStateIDs',
              Name  => 'Incident State',
              Input => {


More information about the cvs-log mailing list