Skip to content
Snippets Groups Projects
Commit d7f8e624 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #14949 TIME 0:05 added typist id in signature book attachments list

parent cf247e18
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ class SignatureBookController
}
if (!empty($value['typist'])) {
$attachments[$key]['typist'] = UserModel::getLabelledUserById(['id' => $value['typist']]);
$attachments[$key]['idTypist'] = $value['typist'];
}
$attachments[$key]['canModify'] = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment