Hi,

I could imagine that it has to do something with the German umlaut (there is 
indeed no English word for "umlaut") in books (Bücher)?

Kind regards,
Tilman

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von 
[email protected]
Gesendet: Freitag, 24. April 2009 13:51
An: [email protected]
Betreff: itsm Digest, Vol 23, Issue 11

Send itsm mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.otrs.org/mailman/listinfo/itsm
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of itsm digest..."


Today's Topics:

   1.  config-item-class counter ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Fri, 24 Apr 2009 13:50:58 +0200
From: <[email protected]>
Subject: [itsm] config-item-class counter
To: <[email protected]>
Message-ID:
        <b99472f40529cf4ea56cdf33f9484b79018b9...@mail-srv01.bbw-akademie.de>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

I've got another problem. I have written a new configitem-class which is called 
books. I have used the class computer as an template and add catalogs for this 
class to the general catalog. It seems all to be okay, i can add new config 
items and search them and so on. The problem is that the counter of this class 
in the config-item overview page is always 0. If i search the items all were 
found, but the status view is always set to 0?!

Here is my class:
Config Item Klasse:     B?cher   
Version:        16       
Erstellt 
------------------------------------------------------------------------------------------

bbw Akademie f?r betriebswirtschaftliche Weiterbildung GmbH
Rheinpfalzallee 82, 10318 Berlin
        
Amtsgericht Berlin Charlottenburg, HRB 38757
Gesch?ftsf?hrer: Dipl.-Kaufmann Klaus-Dieter Teufel, Dipl.-?konom Dr. sc. 
Andreas Forner
von:    user3
Erstellt:       22..03.2009 11:42:15     
Definition:     [ 
{ 
    Key => 'Titel', 
    Name => 'Untertitel', 
    Searchable => 1, 
    Input => { 
        Type => 'Text', 
        Size => 50, 
        MaxLength => 50, 
    }, 
}, 
{ 
    Key => 'Autor', 
    Name => 'Autor', 
    Searchable => 1, 
    Input => { 
        Type => 'Text', 
        Size => 50, 
        MaxLength => 50, 
        Required => 1, 
    }, 
    CountMax => 3, 
}, 
{ 
    Key => 'Verlag', 
    Name => 'Verlag', 
    Searchable => 1, 
    Input => { 
       Type => 'GeneralCatalog', 
        Class => 'ITSM::ConfigItem::B?cher::Verlag', 
        Translation => 1, 
        Required => 1, 
    }, 
}, 
{ 
    Key => 'ISBN', 
    Name => 'ISBN-Nummer', 
    Searchable => 1, 
    Input => { 
       Type => 'Text', 
       Size => 13, 
       Required => 1, 
    }, 
}, 
{ 
    Key => 'Description', 
    Name => 'Description', 
    Searchable => 1, 
    Input => { 
        Type => 'TextArea', 
    }, 
}, 
{ 
    Key => 'RechNr', 
    Name => 'Rechnungsnummer', 
    Searchable => 1, 
    Input => { 
       Type => 'Text', 
       Size => 11, 
       Required => 1, 
    }, 
}, 
{ 
    Key => 'Owner', 
    Name => 'aktueller Besitzer', 
    Searchable => 1, 
    Input => { 
        Type => 'Customer', 
    }, 
}, 
{ 
    Key => 'Date', 
    Name => 'verliehen seit', 
    Searchable => 1, 
    Input => { 
        Type => 'Text', 
        Size => 20, 
        MaxLength => 30, 
    }, 
}, 
{ 
    Key => 'Standort', 
    Name => 'Standort', 
    Searchable => 1, 
    Input => { 
        Type => 'GeneralCatalog', 
        Class => 'ITSM::ConfigItem::B?cher::Standort', 
        Translation => 1, 
    }, 
}, 
];      


Ahs anybody an idea?

Thanks
M.Wehr




-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.otrs.org/pipermail/itsm/attachments/20090424/34fde0d7/attachment.html>

------------------------------

---------------------------------------------------------------------
OTRS mailing list: itsm - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/itsm
To unsubscribe: http://lists.otrs.org/mailman/listinfo/itsm

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

End of itsm Digest, Vol 23, Issue 11
************************************

---------------------------------------------------------------------
OTRS mailing list: itsm - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/itsm
To unsubscribe: http://lists.otrs.org/mailman/listinfo/itsm

NEW! ENTERPRISE SUBSCRIPTION - Get more information NOW!
http://www.otrs.com/en/support/enterprise-subscription/

Reply via email to