Skip to content

Commit df58b1c

Browse files
committed
fix(formanswer): show for validator when user is member of a group
1 parent cb15901 commit df58b1c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

inc/form.class.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,12 @@ public function showMyLastFormsAsValidator(array $showColumns, $limit) {
911911
'searchtype' => 'equals',
912912
'value' => 'myself',
913913
],
914+
1 => [
915+
'link' => 'OR',
916+
'field' => 7,
917+
'searchtype' => 'equals',
918+
'value' => 'mygroups',
919+
]
914920
],
915921
'sort' => [
916922
0 => 6

0 commit comments

Comments
 (0)