From bfed255cad1be2a8cb7f238d41368c8e3d3444b1 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Wed, 22 Apr 2015 10:56:46 -0500 Subject: [PATCH] oops: Add help topic forms at install time --- include/i18n/en_US/help_topic.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/i18n/en_US/help_topic.yaml b/include/i18n/en_US/help_topic.yaml index d54cdf3d7..ab9c195eb 100644 --- a/include/i18n/en_US/help_topic.yaml +++ b/include/i18n/en_US/help_topic.yaml @@ -23,6 +23,7 @@ ispublic: 1 dept_id: 1 priority_id: 2 + forms: [2] topic: General Inquiry notes: | Questions about products or services @@ -31,6 +32,7 @@ ispublic: 1 dept_id: 1 priority_id: 1 + forms: [2] topic: Feedback notes: | Tickets that primarily concern the sales and billing departments @@ -40,6 +42,7 @@ ispublic: 1 dept_id: 1 priority_id: 2 + forms: [2] topic: Report a Problem notes: | Product, service, or equipment related issues @@ -50,6 +53,7 @@ dept_id: 1 sla_id: 1 priority_id: 3 + forms: [2] topic: Access Issue notes: | Report an inability access a physical or virtual asset -- GitLab