Remove todos
This commit is contained in:
parent
3d2d987dfe
commit
6ec63eb7a7
1 changed files with 2 additions and 2 deletions
|
@ -48,12 +48,12 @@ notifications:
|
||||||
ticket-updated-delay: 0.5
|
ticket-updated-delay: 0.5
|
||||||
|
|
||||||
# Notifies staff when they are assigned to tickets.
|
# Notifies staff when they are assigned to tickets.
|
||||||
assignment: true # TODO: Add option to be notified only when the initial interview is finished.
|
assignment: true
|
||||||
|
|
||||||
# Notifies the user opening the ticket that their ticket was closed and includes the transcript.
|
# Notifies the user opening the ticket that their ticket was closed and includes the transcript.
|
||||||
closing: true
|
closing: true
|
||||||
|
|
||||||
interviews: # TODO: Implement
|
interviews:
|
||||||
# Enable the interview system. You must use the admin commands to set up interview templates before you can start using it.
|
# Enable the interview system. You must use the admin commands to set up interview templates before you can start using it.
|
||||||
# Any existing interviews can still be completed while interviews are disabled, but new ones will not be created.
|
# Any existing interviews can still be completed while interviews are disabled, but new ones will not be created.
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue