[otrs-cvs] ITSMConfigItem/Kernel/System/ImportExport/ObjectBackend ITSMConfigItem.pm, 1.1, 1.2

cvs-log at otrs.org cvs-log at otrs.org
Tue Feb 5 11:30:00 GMT 2008


Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/System/ImportExport/ObjectBackend
In directory lancelot:/tmp/cvs-serv11775/Kernel/System/ImportExport/ObjectBackend

Modified Files:
	ITSMConfigItem.pm 
Log Message:
Improved import export mechanism.

Author: mh

Index: ITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/System/ImportExport/ObjectBackend/ITSMConfigItem.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ITSMConfigItem.pm	31 Jan 2008 19:31:20 -0000	1.1
--- ITSMConfigItem.pm	5 Feb 2008 11:29:55 -0000	1.2
***************
*** 76,86 ****
      my $Attributes = [
          {
!             Key   => 'Class',
!             Name  => 'Class',
!             Type  => 'Selection',
!             Input => {
                  Data         => $ClassList,
!                 PossibleNone => 1,
                  Translation  => 0,
              },
          },
--- 76,88 ----
      my $Attributes = [
          {
!             Key         => 'Class',
!             Name        => 'Class',
!             Description => '',
!             Input       => {
!                 Type         => 'Selection',
                  Data         => $ClassList,
!                 Required     => 1,
                  Translation  => 0,
+                 PossibleNone => 1,
              },
          },


More information about the cvs-log mailing list