From 9949fdab3bcba1c54c1ad9ea757f4c84454b3579 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 15 Jan 2021 16:55:58 +0100 Subject: [PATCH] Properly handle remote interactions Previously we used instance1 event local URL but now we use the URL property of an event (so that we don't need to follow the redirection to the original event) Signed-off-by: Thomas Citharel --- .../components/Group/JoinGroupWithAccount.vue | 29 ++++++++++++++----- .../ParticipationWithAccount.vue | 29 ++++++++++++++----- js/src/i18n/en_US.json | 6 +++- js/src/i18n/fr_FR.json | 6 +++- js/src/views/Interact.vue | 28 ++++++++++++++++-- 5 files changed, 79 insertions(+), 19 deletions(-) diff --git a/js/src/components/Group/JoinGroupWithAccount.vue b/js/src/components/Group/JoinGroupWithAccount.vue index e7df3567c..85b51bae4 100644 --- a/js/src/components/Group/JoinGroupWithAccount.vue +++ b/js/src/components/Group/JoinGroupWithAccount.vue @@ -1,5 +1,6 @@