declined notes are reflected in the action logs

This commit is contained in:
Godfrey M 2024-03-18 10:50:15 -07:00
parent 57f5d4a570
commit 01afa9a749

View file

@ -78,6 +78,7 @@ class LogListener
$logaction->item()->associate($event->acceptance->checkoutable);
$logaction->target()->associate($event->acceptance->assignedTo);
$logaction->accept_signature = $event->acceptance->signature_filename;
$logaction->note = $event->acceptance->declined_msg;
$logaction->action_type = 'declined';
// TODO: log the actual license seat that was checked out