Gerätehersteller, Devices, API Erweiterungen

This commit is contained in:
Spitzer_Daniel
2023-03-22 15:23:35 +01:00
parent 71d9675350
commit 0ce064b56b
9 changed files with 395 additions and 52 deletions

View File

@@ -68,6 +68,7 @@ class DevicemanufactorController extends mfBaseController
$data = [];
$data['name'] = trim($r->name);
$data['config_backup'] = trim($r->config_backup);
if (!$data['name']) {