Fix editing group events

Closes #1222

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-11-29 08:28:48 +01:00
parent fc16014b2a
commit 9328df2103
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 3 additions and 1 deletions

View File

@ -344,10 +344,12 @@ const participations = computed(
() => participationsResult.value?.person.participations?.elements ?? []
);
const { person } = usePersonStatusGroup(
const groupFederatedUsername = computed(() =>
usernameWithDomain(event.value?.attributedTo)
);
const { person } = usePersonStatusGroup(groupFederatedUsername);
const { eventCategories } = useEventCategories();
// metaInfo() {