[SOLVED] ACL & ACL Editor

Moderator: crythias

Post Reply
yuri0001
Znuny superhero
Posts: 631
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

[SOLVED] ACL & ACL Editor

Post by yuri0001 »

Hi!
The new ACL Editor in v.3.3.x - it's great.
But!!!
I'll try to create an ACL to hide some Actions for agents in TicketZoom.
In older versions it will be (only Possible section, as example):

Code: Select all

 'Possible' => {
    'Action' => {
      'AgentTicketClose' => '0',
      'AgentTicketHistory' => '1',
      'AgentTicketLock' => '1',
      'AgentTicketMove' => '0',
      'AgentTicketNote' => '1',
      'AgentTicketOwner' => '0'
    }
  },
With ACL Editor there not possible to set value to Action to "0", because selecting Action - generate value to "1" in ZZZACL.pm
Trying to use PossibleNot operator also generate value to "1" in ZZZACL.pm.
So I can't create needed ACL with ACL Editor. :(
Of course, I deployed ACL, deleted Cache, restart Apache, but it did no good.
Want to hear yours opinion about this? Who ever created such ACL with ACL Editor?
Last edited by yuri0001 on 15 Nov 2013, 16:51, edited 1 time in total.
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: ACL & ACL Editor

Post by jojo »

Open a bug
"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
yuri0001
Znuny superhero
Posts: 631
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

Re: ACL & ACL Editor

Post by yuri0001 »

Yes, I'll open a bug#9979.
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
yuri0001
Znuny superhero
Posts: 631
Joined: 17 Mar 2011, 14:40
Znuny Version: 5.0.6
Real Name: Yuri Kolesnikov
Location: Russia

[SOLVED] Re: ACL & ACL Editor

Post by yuri0001 »

All is very simple.
Great GURU says - try to click on green check and it become red cross - this is matches 0 . :D
Best regards Yuri Kolesnikov
OTRS 5.0.14, ITSM 5.0.14
SUSE 13.2, MariaDB 10.0.22(productive)
OTRS 5.0.14, ITSM 5.0.14(test)
Post Reply