Updated some comments.

This commit is contained in:
Toastie 2024-12-27 02:58:17 +13:00
parent 76462b97fb
commit be04edff3f
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
3 changed files with 4 additions and 3 deletions

View file

@ -93,6 +93,7 @@ public class AdminCommands
}
}
// TODO: Delete interview
if (Database.DeleteOpenTicket(ticket.id))
{

View file

@ -6,8 +6,8 @@
"definitions": {
"step": {
"type": "object",
"title": "Interview",
"description": "Contains the interview dialog tree.",
"title": "Interview Step",
"description": "Contains a question, error message or end of an interview.",
"properties": {
"heading": {
"type": "string",

View file

@ -54,7 +54,7 @@ notifications:
closing: true
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.
enabled: true