diff --git a/src/routes/resources.ts b/src/routes/resources.ts index 5891747..0527b90 100644 --- a/src/routes/resources.ts +++ b/src/routes/resources.ts @@ -456,6 +456,18 @@ const dataTypes: any[] = { supabaseSelectWithInformation: "*, statementallocations(*, bs_id(*))", showTabs: [{label: 'Informationen'},{label: 'Buchungen'}] }, + tickets: { + isArchivable: true, + label: "Tickets", + labelSingle: "Ticket", + + }, + ticketmessages: { + isArchivable: true, + label: "Nachrichten", + labelSingle: "Nachricht", + + }, } export default async function resourceRoutes(server: FastifyInstance) {