From 8bac4b23072676fc2e3b7116bd11197ad79ec3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Poussard?= <tpoussard@neogeo.fr> Date: Mon, 11 Oct 2021 15:00:55 +0200 Subject: [PATCH] fix function not called correctly to fill extra_form --- 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 8ea11a37..4e7fc693 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.initExtraForms(this.feature); setTimeout( function () { -- GitLab