Merge branch 'feature/DriverAccident' into 'develop'

create new migration and bug fix another code for safety and privacy

See merge request witelgroup/rms_v2!175
This commit is contained in:
2025-08-30 10:56:41 +00:00
9 changed files with 40 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ class AccessRoadReport implements FromView, WithEvents, ShouldAutoSize, WithDraw
}
}
return view('v3.Reports.SafetyAndPrivacy.Country.AccessRoadReport', [
return view('v3.Reports.SafetyAndPrivacy.Country.AccessRoadActivityReport', [
'data' => $data,
]);
}

View File

@@ -44,7 +44,7 @@ class ConstructionReport implements FromView, WithEvents, ShouldAutoSize, WithDr
}
}
return view('v3.Reports.SafetyAndPrivacy.Country.ConstructionReport', [
return view('v3.Reports.SafetyAndPrivacy.Country.ConstructionActivityReport', [
'data' => $data,
]);
}

View File

@@ -44,7 +44,7 @@ class UtilityPassingReport implements FromView, WithEvents, ShouldAutoSize, With
}
}
return view('v3.Reports.SafetyAndPrivacy.Country.UtilityPassingReport', [
return view('v3.Reports.SafetyAndPrivacy.Country.UtilityPassingActivityReport', [
'data' => $data,
]);
}

View File

@@ -43,7 +43,7 @@ class AccessRoadReport implements FromView, WithEvents, ShouldAutoSize, WithDraw
}
}
return view('v3.Reports.SafetyAndPrivacy.Province.AccessRoadReport', [
return view('v3.Reports.SafetyAndPrivacy.Province.AccessRoadActivityReport', [
'data' => $data,
]);
}

View File

@@ -43,7 +43,7 @@ class ConstructionReport implements FromView, WithEvents, ShouldAutoSize, WithDr
}
}
return view('v3.Reports.SafetyAndPrivacy.Province.ConstructionReport', [
return view('v3.Reports.SafetyAndPrivacy.Province.ConstructionActivityReport', [
'data' => $data,
]);
}

View File

@@ -43,7 +43,7 @@ class UtilityPassingReport implements FromView, WithEvents, ShouldAutoSize, With
}
}
return view('v3.Reports.SafetyAndPrivacy.Province.UtilityPassingReport', [
return view('v3.Reports.SafetyAndPrivacy.Province.UtilityPassingActivityReport', [
'data' => $data,
]);
}