ACL works for agent but not for customer??

Moderator: crythias

Locked
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

ACL works for agent but not for customer??

Post by morecw »

Hi all,

I've added this ACL to kernal\config.pm and it works for the agent but not the customer. Any ideas why?
The customer has access to this queue, is able to select it and the subprodct then post a ticket without any problem. It is simply that the ACL is not interacting with the subproduct dropdown.

Thanks in advance.

$Self->{TicketAcl}->{'ACL-Product selection 2'} =
{
##### CONFIRE Hardware queue to product field match properties
Properties => {
Ticket => {
Queue => ['Hardware'],
},
},

Possible => {
Ticket => {
DynamicField_Subproduct => ['Modelnr..', 'Modelnr....','Modelnr......',],
},
},
};
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: ACL works for agent but not for customer??

Post by jojo »

does your Dynamic Field allow an empty value? If yes, please add this value to the dropdown list.
"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
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

Re: ACL works for agent but not for customer??

Post by morecw »

jojo wrote:does your Dynamic Field allow an empty value? If yes, please add this value to the dropdown list.
Out of interest why are you suggesting that when it already works for the agent?

Yes it does allow an empty value and the default value is '-'
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
morecw
Znuny expert
Posts: 215
Joined: 18 Jun 2012, 09:24
Znuny Version: 3.1.6
Real Name: Craig Wellman
Company: STÜBER SYSTEMS

Re: ACL works for agent but not for customer??

Post by morecw »

Do you any more advice for me please?
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
Locked