No Permission to use this frontend module!

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/
participants (1)
-
Denis Jedig