Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.41 KB

File metadata and controls

36 lines (22 loc) · 1.41 KB

OTRS-Znuny-ACL-For-Ticket-Checklist-Addon

  1. This system ACL will disable the close state if checklist state not 'done' or 'rejected' (as configured)

  2. Enable and update setting value (if needed) at Admin > System Configuration > Ticket::Acl::Module###27-TicketChecklistACL

     ChecklistEndState 
     	- done
     	- rejected
     	
     NotPossibleTicketState
     	- closed successful
     	- closed unsuccessful
    
    
     ChecklistEndState = Possible ending / complete for checklist state. Accept multiple value.
     NotPossibleTicketState = Ticket state that will be hide upon checklist end state not fully complete. Accept multiple value. 
    

Checklist state not fully 'done' or 'rejected'
download.png

Close state not available
download-1.png

Checklist state all done
download-2.png

Close states available back
download-3.png