Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Géocontrib Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GéoContrib
Géocontrib Frontend
Merge requests
!97
REDMINE_ISSUE-11951
Code
Examiner les modifications
Extraire la branche
Télécharger
Correctifs
Diff brut
Merged
REDMINE_ISSUE-11951
redmined-issues/11951
into
develop
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Timothee P
requested to merge
redmined-issues/11951
into
develop
3 years ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
f8278ffe
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f8278ffe
fix function not called correctly to fill extra_form
· f8278ffe
Timothee P
authored
3 years ago
src/views/feature/Feature_edit.vue
+
1
−
1
Options
@@ -956,7 +956,7 @@ export default {
this
.
initForm
();
this
.
initMap
();
this
.
onFeatureTypeLoaded
();
this
.
initExtraForms
();
this
.
initExtraForms
(
this
.
feature
);
setTimeout
(
function
()
{
Loading