forked from ScoDoc/DocScoDoc
Fix: envoi commentaires sur saisies notes web
This commit is contained in:
parent
8d607190ac
commit
4580159c91
@ -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é");
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user