[otrs-cvs] CVS: ITSMCMDB/Kernel/Config/Files ITSMCMDB.pm,1.22,1.23

cvs-log at otrs.org cvs-log at otrs.org
Thu Nov 2 16:10:16 CET 2006


Update of /home/cvs/ITSMCMDB/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv17787/Kernel/Config/Files

Modified Files:
	ITSMCMDB.pm 
Log Message:
added customer selection, removed DataDefault

Index: ITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Config/Files/ITSMCMDB.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** ITSMCMDB.pm	2 Nov 2006 12:04:27 -0000	1.22
--- ITSMCMDB.pm	2 Nov 2006 15:10:14 -0000	1.23
***************
*** 16,20 ****
          Key => 'Name',
          Name => 'Name',
!         Description => 'Name of Service',
          Input => {
              Type => 'Text',
--- 16,20 ----
          Key => 'Name',
          Name => 'Name',
!         Description => 'Name of OrgUnit',
          Input => {
[...1087 lines suppressed...]
          Name => 'Note',
--- 1859,1876 ----
                      Type => 'Date',
                  },
              },
          ],
      },
      {
+         Key => 'Owner',
+         Name => 'Owner',
+         Description => 'Owner of CI',
+         Input => {
+             Type => 'CustomerSelect',
+         },
+         RegExp => '',
+         Option => 'Single',
+     },
+     {
          Key => 'Note',
          Name => 'Note',



More information about the cvs-log mailing list