On Monday, March 15, 2004 12:14 PM
Daniel Balan <[EMAIL PROTECTED]> wrote:
> Yes I need to tweak the code .... but what do I have to change?
> I can not use only "Public (all)" because I need something like:
> "Public::Bug", "Public::Feature request", "Public::Info" and so on.

If categories are not an option, I believe it's line 128 in
bin/cgi-bin/faq.pl:
print $GenericObject->Run(States => ['public (all)']);

Change it to:
print $GenericObject->Run(States => ['public (all)','Public::Bug',
'Public::Feature request', 'Public::Info']);

But watch out - this behaviour of faq.pl is subject to change during
releases without notice. I believe one day we will use the type IDs. You
might get around this behaviour by creating a new 'public.pl':
cp faq.pl public.pl

This way you may upgrade to a newer code base without mocking your
changes each time.

hth,

Robert Kehl

--
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
         http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to