Fix the label for the device vendor function import and add the translation to resources/app_languages.php.

This commit is contained in:
markjcrane
2016-07-31 18:51:57 -06:00
parent 5b68f45a77
commit dc3c8eac91
3 changed files with 13 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ if ($domains_processed == 1) {
$sql .= "(";
$sql .= "device_vendor_uuid, ";
$sql .= "device_vendor_function_uuid, ";
$sql .= "label, ";
$sql .= "name, ";
$sql .= "value, ";
$sql .= "enabled, ";
@@ -97,6 +98,7 @@ if ($domains_processed == 1) {
$sql .= "( ";
$sql .= "'".$device_vendor_uuid."', ";
$sql .= "'".$device_vendor_function_uuid."', ";
$sql .= "'".$function['label']."', ";
$sql .= "'".$function['name']."', ";
$sql .= "'".$function['value']."', ";
$sql .= "'true', ";