From 3960a9737c56869660e0a768b07fcd62c543907b Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Thu, 31 Jul 2014 16:48:07 -0500
Subject: [PATCH] oops: Fix initial ticket creation

---
 include/i18n/en_US/help_topic.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/i18n/en_US/help_topic.yaml b/include/i18n/en_US/help_topic.yaml
index ee9e9aa40..d54cdf3d7 100644
--- a/include/i18n/en_US/help_topic.yaml
+++ b/include/i18n/en_US/help_topic.yaml
@@ -18,7 +18,8 @@
 # notes - (string) administrative notes (internally viewable only)
 #
 ---
-- isactive: 1
+- topic_id: 1
+  isactive: 1
   ispublic: 1
   dept_id: 1
   priority_id: 2
-- 
GitLab