Updated some comments.
This commit is contained in:
parent
76462b97fb
commit
be04edff3f
3 changed files with 4 additions and 3 deletions
|
@ -93,6 +93,7 @@ public class AdminCommands
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Delete interview
|
||||||
|
|
||||||
if (Database.DeleteOpenTicket(ticket.id))
|
if (Database.DeleteOpenTicket(ticket.id))
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"step": {
|
"step": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Interview",
|
"title": "Interview Step",
|
||||||
"description": "Contains the interview dialog tree.",
|
"description": "Contains a question, error message or end of an interview.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"heading": {
|
"heading": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
|
@ -54,7 +54,7 @@ notifications:
|
||||||
closing: true
|
closing: true
|
||||||
|
|
||||||
interviews:
|
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 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