Fixes and improvements for database and other things

Also continued to add to ticket creation stuff - now includes opening questions
This commit is contained in:
Isaac
2021-04-25 15:40:07 +01:00
parent 674f29b403
commit db94bf6969
16 changed files with 245 additions and 189 deletions

View File

@@ -1 +0,0 @@
{}

View File

@@ -102,6 +102,12 @@
},
"description": "Create a new ticket",
"name": "new",
"opening_message": {
"fields": {
"topic": "Topic"
}
},
"questions": "Please answer the following questions:\n\n%s",
"response": {
"created": {
"title": "✅ Ticket created",
@@ -128,14 +134,9 @@
"description": "You took too long to select the ticket category."
}
},
"opening_message": {
"fields": {
"topic": "Topic"
}
},
"request_topic": {
"title": "⚠️ Ticket topic",
"description": "Please briefly state what this ticket is about in a short sentence."
"title": "Ticket topic",
"description": "Please briefly state what this ticket is about in a a few words."
}
},
"settings": {