[otrs-cvs] ITSMConfigItem/Kernel/System/LinkObject2 ITSMConfigItem.pm, 1.26, 1.27
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Sat May 3 13:10:29 GMT 2008
Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/System/LinkObject2
In directory lancelot:/tmp/cvs-serv23234/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.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** ITSMConfigItem.pm 21 Feb 2008 12:31:08 -0000 1.26
--- ITSMConfigItem.pm 3 May 2008 13:10:24 -0000 1.27
***************
*** 438,442 ****
# start search
! my $SearchResultList = $Self->{ConfigItemObject}->ConfigItemSearch(
%SearchAttribute,
ClassIDs => [$ClassID],
--- 438,442 ----
# start search
! my $SearchResultList = $Self->{ConfigItemObject}->ConfigItemSearchExtended(
%SearchAttribute,
ClassIDs => [$ClassID],
More information about the cvs-log
mailing list