From 5ce5f1764932bb8d126ae6d3de268b63eeffafd5 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Tue, 10 Jun 2014 17:58:42 +0000
Subject: [PATCH] Enable canned responses by default

---
 include/i18n/en_US/templates/premade.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/i18n/en_US/templates/premade.yaml b/include/i18n/en_US/templates/premade.yaml
index 26880b7c1..94f2def11 100644
--- a/include/i18n/en_US/templates/premade.yaml
+++ b/include/i18n/en_US/templates/premade.yaml
@@ -2,7 +2,8 @@
 # Canned response templates
 #
 ---
-- title: What is osTicket (sample)?
+- isenabled:1
+  title: What is osTicket (sample)?
   response: |
     osTicket is a widely-used open source support ticket system, an
     attractive alternative to higher-cost and complex customer support
@@ -15,7 +16,8 @@
       type: text/plain
       data: Canned Attachments Rock!
 
-- title: Sample (with variables)
+- isenabled: 1
+  title: Sample (with variables)
   response: |
     Hi %{ticket.name.first},
     <br>
-- 
GitLab