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

hide map field at feature creation for no geom feature type

parent ec521dfe
No related branches found
No related tags found
1 merge request!735REDMINE_ISSUE-19119 | Permettre la gestion de signalements non-géographiques (REDMINE_ISSUE-19667 | La recherche de doublon à l'import de signalement s'applique sur les signalements supprimés)
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<!-- Geom Field --> <!-- Geom Field -->
<div <div
v-if="currentRouteName !== 'editer-attribut-signalement'" v-if="currentRouteName !== 'editer-attribut-signalement' && feature_type.geom_type !== 'none'"
class="field" class="field"
> >
<label :for="form.geom.id_for_label">{{ form.geom.label }}</label> <label :for="form.geom.id_for_label">{{ form.geom.label }}</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment