Merge pull request 'Removed commented notifications' (#185) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Reviewed-on: #185
This commit was merged in pull request #185.
This commit is contained in:
@@ -340,11 +340,6 @@ class ItemResource extends Resource
|
|||||||
$userHas = Filament::auth()->user()->plant_id;
|
$userHas = Filament::auth()->user()->plant_id;
|
||||||
|
|
||||||
if ($userHas && strlen($userHas) > 0) {
|
if ($userHas && strlen($userHas) > 0) {
|
||||||
// Notification::make()
|
|
||||||
// ->title('Choose plant to filter records.')
|
|
||||||
// ->danger()
|
|
||||||
// ->seconds(1)
|
|
||||||
// ->send();
|
|
||||||
return 'Plant: Choose plant to filter records.';
|
return 'Plant: Choose plant to filter records.';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -693,11 +693,6 @@ class StickerMasterResource extends Resource
|
|||||||
$userHas = Filament::auth()->user()->plant_id;
|
$userHas = Filament::auth()->user()->plant_id;
|
||||||
|
|
||||||
if ($userHas && strlen($userHas) > 0) {
|
if ($userHas && strlen($userHas) > 0) {
|
||||||
// Notification::make()
|
|
||||||
// ->title('Choose plant to filter records.')
|
|
||||||
// ->danger()
|
|
||||||
// ->seconds(1)
|
|
||||||
// ->send();
|
|
||||||
return 'Plant: Choose plant to filter records.';
|
return 'Plant: Choose plant to filter records.';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user