2 Commits

Author SHA1 Message Date
fabda51ef7 Merge pull request 'Added created by column in check panel list' (#766) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 21s
Reviewed-on: #766
2026-06-18 07:08:24 +00:00
dhanabalan
687f4367c4 Added created by column in check panel list
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 19s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 16s
Laravel Pint / pint (pull_request) Successful in 1m49s
Laravel Larastan / larastan (pull_request) Failing after 3m19s
2026-06-18 12:38:06 +05:30

View File

@@ -132,6 +132,7 @@ public $records = [];
'part_validation3' => $this->data['part_validation3'] ?? null,
'part_validation4' => $this->data['part_validation4'] ?? null,
'part_validation5' => $this->data['part_validation5'] ?? null,
'created_by' => $this->data['created_by'] ?? null,
]);
if (! $qualityValidation || ! $qualityValidation->exists) {