declined notes are reflected in the action logs
This commit is contained in:
parent
57f5d4a570
commit
01afa9a749
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ class LogListener
|
||||||
$logaction->item()->associate($event->acceptance->checkoutable);
|
$logaction->item()->associate($event->acceptance->checkoutable);
|
||||||
$logaction->target()->associate($event->acceptance->assignedTo);
|
$logaction->target()->associate($event->acceptance->assignedTo);
|
||||||
$logaction->accept_signature = $event->acceptance->signature_filename;
|
$logaction->accept_signature = $event->acceptance->signature_filename;
|
||||||
|
$logaction->note = $event->acceptance->declined_msg;
|
||||||
$logaction->action_type = 'declined';
|
$logaction->action_type = 'declined';
|
||||||
|
|
||||||
// TODO: log the actual license seat that was checked out
|
// TODO: log the actual license seat that was checked out
|
||||||
|
|
Loading…
Add table
Reference in a new issue