[SOLVED] - Insufficient Rights - No permission!

Moderator: crythias

Locked
retro2707
Znuny advanced
Posts: 131
Joined: 16 Apr 2014, 17:06
Znuny Version: 6.0.12

[SOLVED] - Insufficient Rights - No permission!

Post by retro2707 »

Hi,

I have a process form I have created that has a transition action to move the ticket into the 3rd line support queue when a customer submits it rather than into the default SPOC queue.

When the user fills the form in and clicks submit they get the "Insufficient Rights - No permission" error. In the background however, it submits the ticket into the 3rd line queue, from there though the customer can no longer see the ticket.

I have the customergroupsupport option set on with the following roles:

Customers
users

As a test. I added the Customer role which is assigned to Customers group as RW onto all groups, however the issue still persists. In the logs I get the following error:

Code: Select all

Permission denied because module (Kernel::System::Ticket::CustomerPermission::GroupCheck) is required (UserID: TestFilebox 'ro' on TicketID: 650)!
The flow works fine without this move to the 3rd line queue so its something to do with the permissions somehow.

Im a bit confused. Could anyone help please?

Retro
Last edited by retro2707 on 29 Oct 2014, 11:24, edited 1 time in total.
Setup:
OTRS 6.0.12
Hosted on CentOS 7.4/ MySQL - MariaDB (5.5.60)
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Insufficient Rights - No permission!

Post by crythias »

it could be a SysConfig permission in a module that the customer does not have.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Insufficient Rights - No permission!

Post by jojo »

customers do not have roles.

switch off customer group support
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
retro2707
Znuny advanced
Posts: 131
Joined: 16 Apr 2014, 17:06
Znuny Version: 6.0.12

Re: Insufficient Rights - No permission!

Post by retro2707 »

jojo. That sorted it thanks.
Setup:
OTRS 6.0.12
Hosted on CentOS 7.4/ MySQL - MariaDB (5.5.60)
Locked