mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
Add deleted Contribution to the Contribution list in the admin interface.
This commit is contained in:
parent
9b4d1cd2b3
commit
79220ced79
@ -674,6 +674,7 @@ export class ContributionResolver {
|
||||
.from(DbContribution, 'c')
|
||||
.leftJoinAndSelect('c.user', 'u')
|
||||
.where(`user_id = ${userId}`)
|
||||
.withDeleted()
|
||||
.limit(pageSize)
|
||||
.offset(offset)
|
||||
.orderBy('c.created_at', order)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user