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:
@@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user