[otrs-cvs] ITSMConfigItem/Kernel/Modules AgentITSMConfigItemSearch.pm, 1.22, 1.23 AgentITSMConfigItemSearchResult.pm, 1.22, 1.23
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/Modules
In directory lancelot:/tmp/cvs-serv24873/Kernel/Modules
Modified Files:
AgentITSMConfigItemSearch.pm
AgentITSMConfigItemSearchResult.pm
Log Message:
Fixed bug# 2728 - The CI search function ignore some search criteria.
Author: mh
Index: AgentITSMConfigItemSearch.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Modules/AgentITSMConfigItemSearch.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** AgentITSMConfigItemSearch.pm 19 Feb 2008 14:09:31 -0000 1.22
--- AgentITSMConfigItemSearch.pm 3 May 2008 13:33:32 -0000 1.23
***************
*** 70,74 ****
my $CurDeplStateOptionStrg = $Self->{LayoutObject}->BuildSelection(
Data => $DeplStateList,
! Name => 'CurDeplStateIDs',
Size => 5,
Multiple => 1,
--- 70,74 ----
my $CurDeplStateOptionStrg = $Self->{LayoutObject}->BuildSelection(
Data => $DeplStateList,
! Name => 'DeplStateIDs',
Size => 5,
Multiple => 1,
***************
*** 83,87 ****
my $CurInciStateOptionStrg = $Self->{LayoutObject}->BuildSelection(
Data => $InciStateList,
! Name => 'CurInciStateIDs',
Size => 5,
Multiple => 1,
--- 83,87 ----
my $CurInciStateOptionStrg = $Self->{LayoutObject}->BuildSelection(
Data => $InciStateList,
! Name => 'InciStateIDs',
Size => 5,
Multiple => 1,
Author: mh
Index: AgentITSMConfigItemSearchResult.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Modules/AgentITSMConfigItemSearchResult.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** AgentITSMConfigItemSearchResult.pm 19 Feb 2008 14:09:31 -0000 1.22
--- AgentITSMConfigItemSearchResult.pm 3 May 2008 13:33:32 -0000 1.23
***************
*** 68,72 ****
# get arrays
FORMARRAY:
! for my $FormArray (qw(CurDeplStateIDs CurInciStateIDs)) {
# get array
--- 68,72 ----
# get arrays
FORMARRAY:
! for my $FormArray (qw(DeplStateIDs InciStateIDs)) {
# get array
More information about the cvs-log
mailing list