Set groupId in query params when creating an event from group events
page Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1d75ce095a
commit
7f61dd0c8e
@ -41,6 +41,7 @@
|
|||||||
v-if="isCurrentActorAGroupModerator"
|
v-if="isCurrentActorAGroupModerator"
|
||||||
:to="{
|
:to="{
|
||||||
name: RouteName.CREATE_EVENT,
|
name: RouteName.CREATE_EVENT,
|
||||||
|
query: { actorId: group.id },
|
||||||
}"
|
}"
|
||||||
class="button is-primary"
|
class="button is-primary"
|
||||||
>{{ $t("+ Create an event") }}</router-link
|
>{{ $t("+ Create an event") }}</router-link
|
||||||
|
Loading…
Reference in New Issue
Block a user