Fix: envoi commentaires sur saisies notes web

This commit is contained in:
Emmanuel Viennet 2022-09-28 15:08:34 +02:00
parent 8d607190ac
commit 4580159c91
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ function save_note(elem, v, etudid) {
'etudid': etudid, 'etudid': etudid,
'evaluation_id': evaluation_id, 'evaluation_id': evaluation_id,
'value': v, 'value': v,
'comment': $("#formnotes_comment").attr("value") 'comment': document.getElementById('formnotes_comment').value
}, },
function (result) { function (result) {
sco_message("enregistré"); sco_message("enregistré");

View File

@ -1,7 +1,7 @@
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.3.46" SCOVERSION = "9.3.47"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"