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

hide text label instead of whole label for boolean fast edition

parent 546d01eb
No related branches found
No related tags found
1 merge request!441REDMINE_ISSUE-14376|Mode édtition rapide - Le types booléen ne s'affichent pas correctement&&REDMINE_ISSUE-14377|Les champs personnalisés apparaissent de façon incomplète dans la page de création d'un signalement
......@@ -63,11 +63,8 @@
:name="field.name"
@change="updateStore_extra_form"
>
<label
v-if="$route.name === 'editer-signalement'"
:for="field.name"
>
{{ field.label }}
<label :for="field.name">
{{ $route.name === 'editer-signalement' ? field.label : '' }}
</label>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment