Skip to content
Snippets Groups Projects
Commit f8278ffe authored by Timothee P's avatar Timothee P :sunflower:
Browse files

fix function not called correctly to fill extra_form

parent 964e0ca0
No related branches found
No related tags found
1 merge request!97REDMINE_ISSUE-11951
This commit is part of merge request !97. Comments created here will be created in the context of that merge request.
...@@ -956,7 +956,7 @@ export default { ...@@ -956,7 +956,7 @@ export default {
this.initForm(); this.initForm();
this.initMap(); this.initMap();
this.onFeatureTypeLoaded(); this.onFeatureTypeLoaded();
this.initExtraForms(); this.initExtraForms(this.feature);
setTimeout( setTimeout(
function () { function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment