improve and add dashboard
This commit is contained in:
@@ -20,6 +20,7 @@ class WorkorderTenantConfigController extends TTCrud {
|
||||
$data['interventionTypes'] = json_encode($data['interventionTypes'] ?? []);
|
||||
$data['workorderCreationFilters'] ??= '{}';
|
||||
$data['workorderActiveFilters'] ??= '{}';
|
||||
$data['autoCompleteFilter'] ??= null;
|
||||
|
||||
if (empty($data['id'])) {
|
||||
$data['create'] = time();
|
||||
|
||||
Reference in New Issue
Block a user