FusionPBX преди 5 години
родител
ревизия
2d493f6267
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      core/users/app_config.php

+ 7 - 0
core/users/app_config.php

@@ -177,6 +177,7 @@
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "username";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "username";
 		$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'] = "password";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "password";
@@ -266,6 +267,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_uuid";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_uuid";
@@ -279,6 +281,7 @@
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "username";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "username";
 		$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'] = "";
 		$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
 		$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
 		$z++;
 		$z++;
@@ -321,14 +324,17 @@
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_category";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_category";
 		$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'] = "Enter the category.";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the category.";
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_subcategory";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_subcategory";
 		$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'] = "Enter the subcategory.";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the subcategory.";
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_name";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_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'] = "Enter the name.";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name.";
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_value";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_value";
@@ -345,6 +351,7 @@
 		$z++;
 		$z++;
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_description";
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_setting_description";
 		$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'] = "";
 
 
 ?>
 ?>