From a2e83fc1efa12de63aaf37303235f80908420c82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e=20Poussard?= <tpoussard@neogeo.fr>
Date: Mon, 11 Oct 2021 14:57:40 +0200
Subject: [PATCH] Revert "fix function not called correctly to fill extra_form"

This reverts commit f8278ffeb81a905574db210a08c3f94d9aec9f11.
---
 src/views/feature/Feature_edit.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/feature/Feature_edit.vue b/src/views/feature/Feature_edit.vue
index 4e7fc693..8ea11a37 100644
--- a/src/views/feature/Feature_edit.vue
+++ b/src/views/feature/Feature_edit.vue
@@ -956,7 +956,7 @@ export default {
         this.initForm();
         this.initMap();
         this.onFeatureTypeLoaded();
-        this.initExtraForms(this.feature);
+        this.initExtraForms();
 
         setTimeout(
           function () {
-- 
GitLab