Hi all,

after upgrading to 2.2.6 with ITSM 1.1.0 Beta 3 I can't link objects in the
agent interface anymore. Every call to AgentLinkObject2 results a
permission denied error with the message "No Permission to use this
frontend module!". Reading the code and googling did not help very much in
terms of telling me where to find the appropriate security settings.

As a workaround, I have commented the permission checks in
Kernel/System/Web/InterfaceAgent.pm like this:

| #if (!$Param{AccessRo} && !$Param{AccessRw} || !$Param{AccessRo} && 
$Param{AccessRw}) {
| #    print $Self->{LayoutObject}->NoPermission(
| #        Message => "No Permission to use this frontend module!",
| #    );
| #    exit (0);
| #}

Anybody with more information?

-- 
Denis Jedig
syneticon networks GbR             http://syneticon.net/service/

_______________________________________________
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 or consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to