[otrs-cvs] otrs/Kernel/Config Defaults.pm,1.272.2.2,1.272.2.3
cvs-log at otrs.org
cvs-log at otrs.org
Fri Feb 1 12:22:32 GMT 2008
Comments:
Update of /home/cvs/otrs/Kernel/Config
In directory lancelot:/tmp/cvs-serv13106/Kernel/Config
Modified Files:
Tag: rel-2_2
Defaults.pm
Log Message:
Fixed ticket# 2008012242000417 - View performance problems if more then 1000 customer companies are in the database available.
Author: martin
Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.272.2.2
retrieving revision 1.272.2.3
diff -C2 -d -r1.272.2.2 -r1.272.2.3
*** Defaults.pm 15 Jan 2008 15:42:52 -0000 1.272.2.2
--- Defaults.pm 1 Feb 2008 12:22:27 -0000 1.272.2.3
***************
*** 1,5 ****
# --
# Kernel/Config/Defaults.pm - Default Config file for OTRS kernel
! # Copyright (C) 2001-2008 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# Kernel/Config/Defaults.pm - Default Config file for OTRS kernel
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
#
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
#
***************
*** 1259,1262 ****
--- 1259,1266 ----
CustomerCompanyValid => 'valid_id',
CustomerCompanyListFields => ['customer_id', 'name'],
+ CustomerCompanySearchFields => ['customer_id', 'name'],
+ CustomerCompanySearchPrefix => '',
+ CustomerCompanySearchSuffix => '*',
+ CustomerCompanySearchListLimit => 250,
Map => [
# var, frontend, storage, shown (1=always,2=lite), required, storage-type, http-link, readonly
***************
*** 2172,2176 ****
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
=cut
--- 2176,2180 ----
This software comes with ABSOLUTELY NO WARRANTY. For details, see
the enclosed file COPYING for license information (GPL). If you
! did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
=cut
More information about the cvs-log
mailing list