Updated man_marked_status label on import / export / resource page
This commit is contained in:
@@ -777,7 +777,7 @@ class ClassCharacteristicResource extends Resource
|
||||
->default(Filament::auth()->user()?->name)
|
||||
->required(),
|
||||
Forms\Components\TextInput::make('man_marked_status')
|
||||
->label('MANUAL MARKED STATUS')
|
||||
->label('MANUAL MARKED PHYSICAL COUNT')
|
||||
->afterStateUpdated(function (callable $set, callable $get, ?string $state) {
|
||||
$set('updated_by', Filament::auth()->user()?->name);
|
||||
})
|
||||
@@ -1478,7 +1478,7 @@ class ClassCharacteristicResource extends Resource
|
||||
->alignCenter()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('man_marked_status')
|
||||
->label('MANUAL MARKED STATUS')
|
||||
->label('MANUAL MARKED PHYSICAL COUNT')
|
||||
->alignCenter()
|
||||
->sortable(),
|
||||
Tables\Columns\TextColumn::make('man_marked_datetime')
|
||||
|
||||
Reference in New Issue
Block a user