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