mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
fix: don't return deleted signers
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
263a8cf562
commit
0bd1d33b76
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ class IdentifyMethodMapper extends QBMapper {
|
|||
->join('im', 'libresign_sign_request', 'sr',
|
||||
$qb->expr()->eq('sr.id', 'im.sign_request_id'),
|
||||
)
|
||||
->where($qb->expr()->neq('im.identifier_value', $qb->createNamedParameter('deleted_users')))
|
||||
->setMaxResults($limit)
|
||||
->setFirstResult($offset);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue