Hallo Florian,
klingt für mich nach diesem Bug, der für OTRS::ITSM 3.0.4 gefixt sein
wird: http://bugs.otrs.org/show_bug.cgi?id=7295
Viele Grüsse,
Udo
On 19.05.2011 13:09, Edlhuber Florian wrote:
Hallo,
Ich habe die CI Klasse "Computer" geändert damit ich pro Netzwerkkarte
die Mac Adresse pflegen kann und die Inventurnummer mitgeben kann.
Das klappt auch einwandfrei.
Wenn ich allerdings in der CMDB suchen mag, kann ich zwar nach
"Inventurnummer (Anlagevermögen)" suchen.
Nach NIC oder der Mac Adresse allerdings nicht.
wo liegt der Fehler?
folgende Einträge habe ich für beide Einträge erweitert:
{
Key => 'inventurnumberva',
Name => 'Inventur-Nummer (Anlagevermögen)',
Searchable => 1,
Input => {
Type => 'Text',
Size => 50,
MaxLength => 50,
},
},
{
Key => 'NIC',
Name => 'Network Adapter',
Searchable => 1,
Input => {
Type => 'Text',
Size => 50,
MaxLength => 100,
},
CountMin => 0,
CountMax => 10,
CountDefault => 1,
Sub => [
{
Key => 'IPoverDHCP',
Name => 'IP over DHCP',
Input => {
Type => 'GeneralCatalog',
Class => 'ITSM::ConfigItem::YesNo',
Translation => 1,
},
},
{
Key => 'IPAddress',
Name => 'IP Address',
Searchable => 1,
Input => {
Type => 'Text',
Size => 40,
MaxLength => 40,
},
CountMin => 0,
CountMax => 20,
CountDefault => 0,
},
{
Key => 'MACAdress',
Name => 'MAC Adresse',
Searchable => 1,
Input => {
Type => 'Text',
Size => 50,
MaxLength => 100,
},
CountMax => 10,
},
],
},
*-- *
*Florian Edlhuber*, Group IT
Acino Pharma AG | Erlenstr. 1 | 4058 Basel | Schweiz
Tel.: +41 (61) 338 60 00 | Direkt: +41 (61) 338 6103 | Fax: +41 (61) 338
60 80 | Mobile: +49 151 11468353
http://www.acino-pharma.com
<http://www.acino-pharma.com/>mailto:[email protected]
---------------------------------------------------------------------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de
---------------------------------------------------------------------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de