mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Last changes to make it work.
This commit is contained in:
parent
7a7246cde5
commit
51abaf8a22
@ -149,7 +149,6 @@ export class ContributionResolver {
|
||||
@Ctx() context: Context,
|
||||
): Promise<ContributionListResult> {
|
||||
const user = getUser(context)
|
||||
// TODO: Check if deniedAt IsNull()
|
||||
const where: {
|
||||
userId: number
|
||||
confirmedBy?: FindOperator<number> | null
|
||||
|
||||
@ -42,7 +42,10 @@
|
||||
</div>
|
||||
</b-col>
|
||||
</b-row>
|
||||
<b-row v-if="messagesCount > 0" class="p-2">
|
||||
<b-row
|
||||
v-if="(!['CONFIRMED', 'DELETED'].includes(state) && !allContribution) || messagesCount > 0"
|
||||
class="p-2"
|
||||
>
|
||||
<b-col cols="3" class="mr-auto text-center">
|
||||
<div
|
||||
v-if="!['CONFIRMED', 'DELETED'].includes(state) && !allContribution"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user