From a1d245f0935ba2edd2fbd447824e5dcf1a75a935 Mon Sep 17 00:00:00 2001 From: matti Date: Mon, 13 Jun 2022 15:42:06 +0200 Subject: [PATCH] Create Ticket internal=true, Ticketstate will stay "new" --- cgi-bin/form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-bin/form.py b/cgi-bin/form.py index e31963a..d0b6969 100755 --- a/cgi-bin/form.py +++ b/cgi-bin/form.py @@ -211,7 +211,7 @@ try: customer_id=f"guess:{contact_email}", article=dict( type="web", - state="new", + internal=True, content_type="text/plain", subject=f"Kontaktformular-Anfrage {contact_name}", body=message,