From 04b6dc440765d8a026a57afcd21c69b1a293515c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 16 Mar 2023 15:56:40 +0100 Subject: [PATCH] Merge branch '6068-on-create-edit-group-page-have-additional-hint' of github.com:Ocelot-Social-Community/Ocelot-Social into 6068-on-create-edit-group-page-have-additional-hint # Conflicts: # webapp/components/ContributionForm/ContributionForm.vue --- webapp/components/ContributionForm/ContributionForm.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index 3bc648cba..70a98649a 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -68,7 +68,7 @@ @@ -171,6 +171,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 },