Added created by and updated by column in production characteristic of livewire page #903
@@ -196,7 +196,8 @@ public $records = [];
|
|||||||
'observed_value' => $value ?? null,
|
'observed_value' => $value ?? null,
|
||||||
'status' => $status,
|
'status' => $status,
|
||||||
'inspection_status' => $finalInspectionStatus ?? null,
|
'inspection_status' => $finalInspectionStatus ?? null,
|
||||||
'created_by' => $this->data['operator_id'] ?? null,
|
'created_by' => $this->data['created_by'] ?? null,
|
||||||
|
'updated_by' => $this->data['updated_by'] ?? null,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user