Updated man_marked_status label on import / export / resource page
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 13s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 18s
Laravel Pint / pint (pull_request) Successful in 3m29s
Laravel Larastan / larastan (pull_request) Failing after 3m32s

This commit is contained in:
dhanabalan
2026-03-09 20:02:48 +05:30
parent a292b44fa9
commit 232316f516
3 changed files with 4 additions and 4 deletions

View File

@@ -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')