Hello!
I've created a module, according to the directions from the otrs documentation. But I can only add it in agents navigation bar. How can I change that and add it into customer's bar? i tried to add to config the following lines:
# customer notification module
$Self->{'CustomerFrontend::NavBarModule'}->{'99-ABC'} = {
Module => 'Kernel::Output::HTML::NavBarABC',
};
but it doesn't even let me to login as a customer when i add this lines!
NavBarModule
Re: NavBarModule
no one? :S