From 5c634ca688bc0d45790d1d4fdad139e89033ed31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 16 Mar 2023 15:51:16 +0100 Subject: [PATCH 1/2] Update webapp/components/ContributionForm/ContributionForm.vue Co-authored-by: Moriz Wahl --- webapp/components/ContributionForm/ContributionForm.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 6114106dc..2abb5845e 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -172,6 +172,9 @@ export default { groupId() { return this.group && this.group.id }, + showGroupHint() { + return this.grouupId && ['closed', 'hidden'].includes(this.group.groupType) + }, groupName() { return this.group && this.group.name }, From 4f6c9319fbc8f764a3dace5320039d5a75ad05ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 16 Mar 2023 15:52:31 +0100 Subject: [PATCH 2/2] Update webapp/components/ContributionForm/ContributionForm.vue Co-authored-by: Moriz Wahl --- webapp/components/ContributionForm/ContributionForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 2abb5845e..84d47eebb 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -68,7 +68,7 @@