Browse Source

Update app_config.php

FusionPBX 5 years ago
parent
commit
8946b74273
1 changed files with 3 additions and 0 deletions
  1. 3 0
      core/groups/app_config.php

+ 3 - 0
core/groups/app_config.php

@@ -116,6 +116,7 @@
 		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_name";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_name";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupid";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupid";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$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'] = "";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_protected";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_protected";
@@ -130,6 +131,7 @@
 		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_description";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_description";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupdesc";
 		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "groupdesc";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$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'] = "";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 
 
 		$y++;
 		$y++;
@@ -172,6 +174,7 @@
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_name";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_name";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$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'] = "";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_uuid";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_uuid";