ACLs Not Working

Moderator: crythias

Post Reply
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

ACLs Not Working

Post by tnieman »

I have an ACL that sets the SLA based on a customer company custom field.

Code: Select all

---
- ChangeBy: tnieman
  ChangeTime: 2014-06-23 14:38:01
  Comment: Imported at 2014-02-21 04:05:19
  ConfigChange:
    Possible:
      Ticket:
        SLA:
        - Bronze - Sev 1
        - Bronze - Sev 2
        - Bronze - Sev 3
        - Z_Exempt from SLA
    PossibleNot: {}
  ConfigMatch:
    Properties:
      CustomerUser:
        CustomerCompanySupportAgreement:
        - Bronze
    PropertiesDatabase: {}
  CreateBy: root@localhost
  CreateTime: 2014-02-21 04:05:19
  Description: ''
  ID: '4'
  Name: ACL-002-BRONZE-SLA
  StopAfterMatch: 0
  ValidID: '1'
I want to create another ACL that limits prevents the Bronze - Sev 3 sla from being selected if the Sev - 1 or Sev - 2 SLAs are selected.

I have created the following but it is not working

Code: Select all

---
- ChangeBy: tnieman
  ChangeTime: 2014-06-23 14:51:26
  Comment: ''
  ConfigChange:
    PossibleNot:
      Ticket:
        SLA:
        - Bronze - Sev 3
  ConfigMatch:
    Properties:
      Frontend:
        Action:
        - AgentTicketPriority
    PropertiesDatabase:
      Ticket:
        SLA:
        - Bronze - Sev 1
        - Bronze - Sev 2
  CreateBy: tnieman
  CreateTime: 2014-06-13 10:41:07
  Description: ''
  ID: '40'
  Name: ZZZ-ACL-610-Sev-1-and-2-Hide-Sev-3
  StopAfterMatch: 0
  ValidID: '1'

Any help would be greatly appreciated.

Tom
wurzel
Znuny guru
Posts: 3234
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: ACLs Not Working

Post by wurzel »

Hi,

I think you are root@localhost? Try a different user :)

Flo
OTRS 8 SILVER (Prod)
OTRS 8 auf Debian 11 (Test)
Znuny 7.x latest version testing auf Debian 11

-- Ich beantworte keine Forums-Fragen PN - No PN please

I won't answer to unfriendly users any more. A greeting and regards are just polite.
Post Reply