Update app_config.php (#5048)
This commit is contained in:
parent
a5d4c56850
commit
d5f95b6198
|
|
@ -409,7 +409,6 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_enabled";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "device_provision_enable";
|
||||
$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'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_enabled_date";
|
||||
|
|
|
|||
Loading…
Reference in New Issue