Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GuiΩ
ActivitesMentales_Django
Commits
42566adf
Commit
42566adf
authored
May 24, 2022
by
GuiΩ
Browse files
feat(Scores): score validation set the current date to the seance
parent
b7b93fb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/FeuilleListFeuilleSeance.vue
View file @
42566adf
...
...
@@ -44,6 +44,7 @@ Events:
v-if="datePickerVisible"
ref="datePicker"
v-model="date"
:monday-first="true"
:language="fr"
@input="dateSave")
br
...
...
@@ -164,6 +165,9 @@ export default {
}
this
.
scoreEditing
=
false
this
.
$store
.
dispatch
(
'
undoables/setScores
'
,
data
)
if
(
this
.
seanceDate
===
"
Date
"
)
{
this
.
dateSave
(
new
Date
())
}
},
},
}
...
...
Write
Preview
Supports
Markdown
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