2 Commits

Author SHA1 Message Date
04d0c2dc82 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
Reviewed-on: #185
2026-01-13 09:22:51 +00:00
dhanabalan
26b4cd9363 Removed commented notifications
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 15s
Laravel Pint / pint (pull_request) Successful in 2m26s
Laravel Larastan / larastan (pull_request) Failing after 3m22s
2026-01-13 14:52:27 +05:30
2 changed files with 0 additions and 10 deletions

View File

@@ -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.';
} }
} }

View File

@@ -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.';
} }
} }