[otrs-cvs] CVS: ITSMCMDB/Kernel/Config/Files ITSMCMDB.pm,1.26,1.27
cvs-log at otrs.org
cvs-log at otrs.org
Tue Nov 7 14:31:59 CET 2006
Update of /home/cvs/ITSMCMDB/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv9296/Kernel/Config/Files
Modified Files:
ITSMCMDB.pm
Log Message:
added object as attribute feature
Index: ITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Config/Files/ITSMCMDB.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** ITSMCMDB.pm 7 Nov 2006 07:29:01 -0000 1.26
--- ITSMCMDB.pm 7 Nov 2006 13:31:56 -0000 1.27
***************
*** 65,68 ****
--- 65,78 ----
},
{
+ Key => 'Location',
+ Name => 'Location',
+ Description => 'Location of',
+ Input => {
+ Type => 'Select',
+ Object => 'Location',
+ Required => 0,
+ },
+ },
+ {
Key => 'Note',
Name => 'Note',
***************
*** 71,75 ****
Type => 'TextArea',
Size => 80,
! Required => 01,
},
},
--- 81,85 ----
Type => 'TextArea',
Size => 80,
! Required => 0,
},
},
***************
*** 437,440 ****
--- 447,470 ----
},
{
+ Key => 'SLA',
+ Name => 'SLA',
+ Description => 'SLA of Service',
+ Input => {
+ Type => 'Select',
+ Object => 'SLA',
+ Required => 1,
+ },
+ },
+ {
+ Key => 'Provider',
+ Name => 'Provider',
+ Description => 'Service Provider',
+ Input => {
+ Type => 'Select',
+ Object => 'OrgUnit',
+ Required => 0,
+ },
+ },
+ {
Key => 'Note',
Name => 'Note',
***************
*** 813,829 ****
},
{
! Key => 'Model',
! Name => 'Model',
! Description => '',
Input => {
! Type => 'Text',
! Size => 80,
! RegExp => '',
Required => 1,
},
},
{
! Key => 'Manufacturer',
! Name => 'Manufacturer',
Description => '',
Input => {
--- 843,858 ----
},
{
! Key => 'Manufacturer',
! Name => 'Manufacturer',
! Description => 'Manufacturer of Item',
Input => {
! Type => 'Select',
! Object => 'OrgUnit',
Required => 1,
},
},
{
! Key => 'Model',
! Name => 'Model',
Description => '',
Input => {
***************
*** 1117,1120 ****
--- 1146,1169 ----
},
{
+ Key => 'OrgUnit',
+ Name => 'Organisation Unit',
+ Description => 'Organisation Unit of Owner',
+ Input => {
+ Type => 'Select',
+ Object => 'OrgUnit',
+ Required => 1,
+ },
+ },
+ {
+ Key => 'Location',
+ Name => 'Location',
+ Description => 'Location of Item',
+ Input => {
+ Type => 'Select',
+ Object => 'Location',
+ Required => 1,
+ },
+ },
+ {
Key => 'Note',
Name => 'Note',
***************
*** 1271,1274 ****
--- 1320,1348 ----
},
{
+ Key => 'Manufacturer',
+ Name => 'Manufacturer',
+ Description => 'Manufacturer of Item',
+ Input => {
+ Type => 'Select',
+ Object => 'OrgUnit',
+ Required => 1,
+ },
+ },
+ {
+ Key => 'Model',
+ Name => 'Model',
+ Description => '',
+ Input => {
+ Type => 'Select',
+ Data => {
+ 'Model1' => 'Model1',
+ 'Model2' => 'Model2',
+ 'Model3' => 'Model3',
+ 'Model4' => 'Model4',
+ },
+ Required => 1,
+ },
+ },
+ {
Key => 'LicenceType',
Name => 'License Type',
***************
*** 1416,1419 ****
--- 1490,1513 ----
},
{
+ Key => 'OrgUnit',
+ Name => 'Organisation Unit',
+ Description => 'Organisation Unit of Owner',
+ Input => {
+ Type => 'Select',
+ Object => 'OrgUnit',
+ Required => 0,
+ },
+ },
+ {
+ Key => 'Location',
+ Name => 'Location',
+ Description => 'Location of Item',
+ Input => {
+ Type => 'Select',
+ Object => 'Location',
+ Required => 1,
+ },
+ },
+ {
Key => 'Note',
Name => 'Note',
***************
*** 1422,1426 ****
Type => 'TextArea',
Size => 80,
! Required => 0,
},
},
--- 1516,1520 ----
Type => 'TextArea',
Size => 80,
! Required => 1,
},
},
***************
*** 1553,1556 ****
--- 1647,1660 ----
},
{
+ Key => 'Manufacturer',
+ Name => 'Manufacturer',
+ Description => 'Manufacturer of Item',
+ Input => {
+ Type => 'Select',
+ Object => 'OrgUnit',
+ Required => 1,
+ },
+ },
+ {
Key => 'Model',
Name => 'Model',
***************
*** 1661,1664 ****
--- 1765,1788 ----
},
{
+ Key => 'OrgUnit',
+ Name => 'Organisation Unit',
+ Description => 'Organisation Unit of Owner',
+ Input => {
+ Type => 'Select',
+ Object => 'OrgUnit',
+ Required => 1,
+ },
+ },
+ {
+ Key => 'Location',
+ Name => 'Location',
+ Description => 'Location of Item',
+ Input => {
+ Type => 'Select',
+ Object => 'Location',
+ Required => 1,
+ },
+ },
+ {
Key => 'Note',
Name => 'Note',
***************
*** 1849,1852 ****
--- 1973,1996 ----
},
{
+ Key => 'OrgUnit',
+ Name => 'Organisation Unit',
+ Description => 'Organisation Unit of Owner',
+ Input => {
+ Type => 'Select',
+ Object => 'OrgUnit',
+ Required => 1,
+ },
+ },
+ {
+ Key => 'Location',
+ Name => 'Location',
+ Description => 'Location of Item',
+ Input => {
+ Type => 'Select',
+ Object => 'Location',
+ Required => 1,
+ },
+ },
+ {
Key => 'Note',
Name => 'Note',
More information about the cvs-log
mailing list