Fixes #4016 - signature file missing from history tab
This commit is contained in:
@@ -53,6 +53,7 @@ class ActionlogsTransformer
|
||||
] : null,
|
||||
|
||||
'note' => e($actionlog->note),
|
||||
'signature_file' => ($actionlog->accept_signature) ? $actionlog->accept_signature : null,
|
||||
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user