From a1545e2675694367f48cf5b1e9a4659055064b44 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Thu, 9 Jan 2020 11:14:14 -0700 Subject: [PATCH] Update app_config.php (#5050) --- app/email_templates/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/email_templates/app_config.php b/app/email_templates/app_config.php index 1dd6e46864..ebdcbd4cc8 100644 --- a/app/email_templates/app_config.php +++ b/app/email_templates/app_config.php @@ -84,7 +84,6 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; - $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Set the status of the template.'; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'template_description';