Compare commits
2 Commits
1f83dbefb0
...
336865d102
| Author | SHA1 | Date | |
|---|---|---|---|
| 336865d102 | |||
|
|
cc75016575 |
@@ -65,8 +65,15 @@ class CreatePanelBoxValidation extends CreateRecord {
|
|||||||
$this->showChecklist = true;
|
$this->showChecklist = true;
|
||||||
$this->halt();
|
$this->halt();
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
|
\Filament\Notifications\Notification::make()
|
||||||
|
->title('Characteristics not found for the scanned item.')
|
||||||
|
->danger()
|
||||||
|
->send();
|
||||||
|
$this->halt();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
return $data;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function checkIfHasCharacteristics(array $data)
|
protected function checkIfHasCharacteristics(array $data)
|
||||||
|
|||||||
Reference in New Issue
Block a user