From 335fd160631059b7d9ae88969076b952a8cc3e15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Sun, 9 Dec 2018 13:01:13 +0100 Subject: [PATCH] fix: make MyDetails/SwitchToOrg work again MyDetails.java needs this parameter to know to which form to dispatch the request as there are two forms that post to the same url. See src/club/wpia/gigi/pages/account/MyDetails.java#L49 Change-Id: I8aade6f43193b3df5676e86857d2db9f016cddc4 --- src/club/wpia/gigi/pages/orga/MyOrganisationsForm.templ | 1 + 1 file changed, 1 insertion(+) diff --git a/src/club/wpia/gigi/pages/orga/MyOrganisationsForm.templ b/src/club/wpia/gigi/pages/orga/MyOrganisationsForm.templ index 5c63f04f..6978a60f 100644 --- a/src/club/wpia/gigi/pages/orga/MyOrganisationsForm.templ +++ b/src/club/wpia/gigi/pages/orga/MyOrganisationsForm.templ @@ -1,4 +1,5 @@

+ -- 2.39.2