mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #2277 from gradido/2271-Show-rejected-Contributions
deleted contributions are displayed to the user
This commit is contained in:
commit
94644d4194
@ -127,6 +127,7 @@ export class ContributionResolver {
|
||||
.from(dbContribution, 'c')
|
||||
.leftJoinAndSelect('c.messages', 'm')
|
||||
.where(where)
|
||||
.withDeleted()
|
||||
.orderBy('c.createdAt', order)
|
||||
.limit(pageSize)
|
||||
.offset((currentPage - 1) * pageSize)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user