This commit is contained in:
Marcus Moore
2025-06-12 13:35:22 -07:00
parent 5711a9e148
commit 32526d77b8

View File

@@ -236,6 +236,7 @@ class CheckoutableListener
$acceptance->checkoutable()->associate($event->checkoutable);
$acceptance->assignedTo()->associate($event->checkedOutTo);
// @todo: adjust for other categories
if (data_get($event, 'checkoutable.model.category.alert_on_response')) {
$acceptance->alert_on_response_id = auth()->id();
}