Skip to content
Snippets Groups Projects

REDMINE_ISSUE-16828|REDMINE_ISSUE-17022|REDMINE_ISSUE-17031|REDMINE_ISSUE-17033| Page utilisateur - lien non valide vers signalement

Merged Timothee P requested to merge redmine-issues/16828-version-with-only-geojson into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -437,7 +437,7 @@ const feature = {
...field,
//* add value field to extra forms from feature_type and existing values if feature is defined
value: feature.properties ?
feature.properties[field.label] : findCurrentValue(field.label) || null
feature.properties[field.name] : findCurrentValue(field.label) || null
};
});
commit('SET_EXTRA_FORMS', extraForm);
Loading