Skip to content
Snippets Groups Projects
Commit 60ed5cf3 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/12024' into 'develop'

REDMINE_ISSUE-12024

See merge request !105
parents d4bf540c e72979ab
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
v-model="arrayOption" v-model="arrayOption"
class="options-field" class="options-field"
/> />
<small>{{ form.help_text }}</small> <small>{{ form.options.help_text }}</small>
<ul id="errorlist" class="errorlist"> <ul id="errorlist" class="errorlist">
<li v-for="error in form.options.errors" :key="error"> <li v-for="error in form.options.errors" :key="error">
{{ error }} {{ error }}
...@@ -195,7 +195,7 @@ export default { ...@@ -195,7 +195,7 @@ export default {
id_for_label: "options", id_for_label: "options",
label: "Options", label: "Options",
html_name: "options", html_name: "options",
help_text: "", help_text: "Valeurs possibles de ce champ, séparées par des virgules",
field: { field: {
max_length: 256, max_length: 256,
}, },
......
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