Skip to content
Snippets Groups Projects
Commit c0546757 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '315-missing-prop-participations-on-tardiness-field' into 'master'

Resolve "Missing Prop Participations on tardiness-field"

Closes #315

See merge request !424
parents 4883c2fb 809368ea
No related branches found
No related tags found
1 merge request!424Resolve "Missing Prop Participations on tardiness-field"
Pipeline #193331 failed
......@@ -301,7 +301,7 @@ export default {
v-bind="documentationPartProps"
:loading="loading"
:disabled="loading"
:participation="item"
:participations="[item]"
:value="item.tardiness"
@input="sendToServer([item], 'tardiness', $event)"
/>
......
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