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......',],
},
},
};
ACL works for agent but not for customer??
Moderator: crythias
-
- 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??
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
Firefox 14, Chrome 22
Re: ACL works for agent but not for customer??
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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??
Out of interest why are you suggesting that when it already works for the agent?jojo wrote:does your Dynamic Field allow an empty value? If yes, please add this value to the dropdown list.
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
Firefox 14, Chrome 22
-
- 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??
Do you any more advice for me please?
OTRS 3.1.6, Windows 2008 with MySQL database
Firefox 14, Chrome 22
Firefox 14, Chrome 22