Updated label and updated_by user name on edit and plant load logic updated on filter
This commit is contained in:
@@ -211,9 +211,9 @@ class MotorTestingMasterImporter extends Importer
|
||||
->rules(['required']),
|
||||
ImportColumn::make('plant')
|
||||
->requiredMapping()
|
||||
->exampleHeader('Plant')
|
||||
->exampleHeader('Plant Code')
|
||||
->example(['1000', '1010', '1020'])
|
||||
->label('Plant')
|
||||
->label('Plant Code')
|
||||
->relationship(resolveUsing: 'code')
|
||||
->rules(['required']),
|
||||
ImportColumn::make('created_by')
|
||||
|
||||
Reference in New Issue
Block a user