Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIGPUBLIC
unantes-orientation-active
Commits
b21c9f10
Commit
b21c9f10
authored
Sep 29, 2021
by
Kevin Robert
Browse files
UNOTOPLYS-307 : Correction d'un problème de rafraichissement des autocompletes.
parent
027d805b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/app/views/variable/expressioncomponents/value-condition-expression-edit.vue
View file @
b21c9f10
...
...
@@ -24,11 +24,11 @@
</
template
>
<
template
v-if=
"condition.type === 'score'"
>
<label
class=
"block mb-2 font-bold"
>
Valeur attendue (*)
</label>
<autocomplete
:items=
"questions"
:value=
"selectedQuestionLabel(condition.reference)"
@
selected=
"selectQuestion"
/>
<autocomplete
id=
"selectedQuestionLabel"
key=
"selectedQuestionLabel"
:items=
"questions"
:value=
"selectedQuestionLabel(condition.reference)"
@
selected=
"selectQuestion"
/>
</
template
>
<
template
v-if=
"condition.type === 'variable'"
>
<label
class=
"block mb-2 font-bold"
>
Valeur attendue (*)
</label>
<autocomplete
:items=
"variables"
:value=
"selectedVariableLabel(condition.reference)"
@
selected=
"selectVariable"
/>
<autocomplete
id=
"selectedVariableLabel"
key=
"selectedVariableLabel"
:items=
"variables"
:value=
"selectedVariableLabel(condition.reference)"
@
selected=
"selectVariable"
/>
</
template
>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment