Updated validation logic on resource, import and export file
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
dhanabalan
2026-04-29 16:05:22 +05:30
parent c481793e16
commit ac1e87886f
3 changed files with 67 additions and 57 deletions

View File

@@ -25,15 +25,15 @@ class WorkGroupMasterExporter extends Exporter
ExportColumn::make('plant.code')
->label('PLANT CODE'),
ExportColumn::make('name')
->label('WORK GROUP NAME'),
->label('GROUP WORK CENTER'),
ExportColumn::make('description')
->label('WORK GROUP DESCRIPTION'),
->label('DESCRIPTION'),
ExportColumn::make('operation_number')
->label('OPERATION NUMBER'),
ExportColumn::make('created_by')
->label('CREATED BY'),
ExportColumn::make('created_at')
->label('CREATED AT'),
ExportColumn::make('created_by')
->label('CREATED BY'),
ExportColumn::make('updated_at')
->label('UPDATED AT'),
ExportColumn::make('deleted_at')