fixed offline mode
This commit is contained in:
@@ -165,6 +165,7 @@ class WorkorderHandler extends MobileAppBaseHandler {
|
||||
);
|
||||
|
||||
$tenantConfigData = [
|
||||
'addressId' => $tenantConfig->addressId,
|
||||
'documentationTypes' => $customTypes,
|
||||
'civilEngineeringDocsRequired' => (bool)$tenantConfig->civilEngineeringDocsRequired,
|
||||
'interventionTypes' => json_decode($tenantConfig->interventionTypes, true) ?? [],
|
||||
|
||||
Reference in New Issue
Block a user