소스 검색

Update app_config.php

FusionPBX 6 년 전
부모
커밋
1b41b2c9e8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      core/groups/app_config.php

+ 2 - 1
core/groups/app_config.php

@@ -121,7 +121,8 @@
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$z++;
-		$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_order";
+		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "group_level";
+		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "group_order";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
 		$z++;