Added created by and updated by column in production characteristic of livewire page #903

Merged
jothi merged 1 commits from ranjith-dev into master 2026-08-18 10:35:07 +00:00

View File

@@ -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,
]); ]);
} }