forked from potsda.mn/mobilizon
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 ?? []
|
() => participationsResult.value?.person.participations?.elements ?? []
|
||||||
);
|
);
|
||||||
|
|
||||||
const { person } = usePersonStatusGroup(
|
const groupFederatedUsername = computed(() =>
|
||||||
usernameWithDomain(event.value?.attributedTo)
|
usernameWithDomain(event.value?.attributedTo)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const { person } = usePersonStatusGroup(groupFederatedUsername);
|
||||||
|
|
||||||
const { eventCategories } = useEventCategories();
|
const { eventCategories } = useEventCategories();
|
||||||
|
|
||||||
// metaInfo() {
|
// metaInfo() {
|
||||||
|
|
Loading…
Reference in a new issue