Fix editing group events
Closes #1222 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
fc16014b2a
commit
9328df2103
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user