Skip to content

Commit 71943b8

Browse files
AntDavidLimavitormattos
authored andcommitted
fix(app-files-integration): add signed_node_id to group by
Add column signed_node_id to getFiesAssociatedFilesWithMeQueryBuilder method query group by Signed-off-by: David Lima <[email protected]>
1 parent a120bfe commit 71943b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Db/SignRequestMapper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ private function getFilesAssociatedFilesWithMeQueryBuilder(string $userId, array
444444
->groupBy(
445445
'f.id',
446446
'f.node_id',
447+
'f.signed_node_id',
447448
'f.user_id',
448449
'f.uuid',
449450
'f.name',

0 commit comments

Comments
 (0)