PopUp wenn ACL greift

Hilfe zu Znuny Problemen aller Art
Locked
otrshsu
Znuny newbie
Posts: 28
Joined: 04 Apr 2012, 09:39
Znuny Version: 3.3.1
Real Name: Thomas
Company: Helmut-Schmidt-Universität
Location: Hamburg

PopUp wenn ACL greift

Post by otrshsu »

Hallo Community,

ich habe bei uns eine ACL konfiguriert, die das Schließen von Tickets erst nach Verschieben des Tickets in eine Subqueue erlaubt. Dies soll dazu führen, dass die Agenten die Probleme "kategorisieren". Leider verschwindet der Schließen Link nicht und man bekommt keine Meldung, dass das Ticket nicht geschlossen werden konnte. Kennt jemand eine Möglichkeit ein PopUp anzeigen zu lassen, wenn eine ACL greift? Ich stelle mir das so vor: Agent klickt auf Schließen; ACL greift, da keine Subqueue gewählt; Meldung wird angezeigt "Bitte Ticket zum Schließen einer Subqueue zuordnen".

ACL Export yml

Code: Select all

---
- ChangeBy: Mustermann
  ChangeTime: 2014-02-04 10:18:42
  Comment: ''
  ConfigChange:
    Possible:
      Action:
        AgentLinkObject: '1'
        AgentTicketBounce: '1'
        AgentTicketClose: '0'
        AgentTicketCompose: '1'
        AgentTicketCustomer: '1'
        AgentTicketForward: '1'
        AgentTicketFreeText: '1'
        AgentTicketHistory: '1'
        AgentTicketLink: '1'
        AgentTicketLock: '1'
        AgentTicketMerge: '1'
        AgentTicketMove: '1'
        AgentTicketNote: '1'
        AgentTicketOwner: '1'
        AgentTicketPending: '1'
        AgentTicketPhone: '1'
        AgentTicketPhoneInbound: '1'
        AgentTicketPhoneOutbound: '1'
        AgentTicketPrint: '1'
        AgentTicketPriority: '1'
        AgentTicketResponsible: '1'
        AgentTicketWatcher: '1'
        AgentTicketZnuny4OTRSQuickClose: '0'
      Ticket:
        State:
        - new
        - in Bearbeitung
        - pending
        - merged
        - wartet auf Ereignis
  ConfigMatch:
    Properties:
      Ticket:
        Queue:
        - '[RegExp]^Rechenzentrum$'
  CreateBy: Mustermann
  CreateTime: 2014-01-29 12:37:08
  Description: ''
  ID: '4'
  Name: Don't Close Tickets in RZ Queue
  StopAfterMatch: 0
  ValidID: '1'
OTRS 3.3.5 auf Ubuntu 12.04 LTS | Apache2 | MySQL
wurzel
Znuny guru
Posts: 3270
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: PopUp wenn ACL greift

Post by wurzel »

Hi,

schau mal in der Dokumentation nach PropertiesDatabase

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

-- 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.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: PopUp wenn ACL greift

Post by jojo »

PopUps sind nicht möglich
"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
otrshsu
Znuny newbie
Posts: 28
Joined: 04 Apr 2012, 09:39
Znuny Version: 3.3.1
Real Name: Thomas
Company: Helmut-Schmidt-Universität
Location: Hamburg

Re: PopUp wenn ACL greift

Post by otrshsu »

Ein Hinweis würde natürlich auch ausreichen.
Das grundsätzliche Problem, das die ACL nicht greift und der Close Link angezeigt wird scheint jedoch bekannt zu sein. Habe den Bug Einträg auch nochmal um einen Kommentar ergänzt.
http://bugs.otrs.org/show_bug.cgi?id=9649
OTRS 3.3.5 auf Ubuntu 12.04 LTS | Apache2 | MySQL
otrshsu
Znuny newbie
Posts: 28
Joined: 04 Apr 2012, 09:39
Znuny Version: 3.3.1
Real Name: Thomas
Company: Helmut-Schmidt-Universität
Location: Hamburg

Re: PopUp wenn ACL greift

Post by otrshsu »

wurzel wrote:Hi,

schau mal in der Dokumentation nach PropertiesDatabase

Flo
Das Beispiel 18.3 hatte ich damals als Quelle genutzt - Trotzdem danke für den Hinweis.
http://doc.otrs.org/3.1/de/html/ch18s02.html
OTRS 3.3.5 auf Ubuntu 12.04 LTS | Apache2 | MySQL
Locked