From 8c4a06bb331efeb7afa169cb367ce33a049d6630 Mon Sep 17 00:00:00 2001 From: corbz Date: Tue, 9 Jan 2024 00:17:55 +0000 Subject: [PATCH] added default fixture for tickets --- README.md | 1 + apps/fixtures/home/defaulttickets.json | 204 +++++++++++++++++++++++++ apps/fixtures/home/ticketpriority.json | 24 +-- 3 files changed, 217 insertions(+), 12 deletions(-) create mode 100644 apps/fixtures/home/defaulttickets.json diff --git a/README.md b/README.md index 9ceeff8..8e6db4e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ The following fixture options are available: - `authentication/department.json` add some default departments - `home/ticketpriority.json` add some default ticket priorities - `home/tickettag.json` add some default ticket tags +- `home/defaulttickets.json` add some default tickets (depends on ticketpriority and tickettag fixtures) You can import a fixture using the following command (remember to replace `