diff --git a/src/components/Module_Session_Notes_Classement.js b/src/components/Module_Session_Notes_Classement.js
index 4d31dd0..271f91c 100644
--- a/src/components/Module_Session_Notes_Classement.js
+++ b/src/components/Module_Session_Notes_Classement.js
@@ -368,6 +368,7 @@ const Module_Session_Notes_Classement = (props) => {
{ field: 'seuil_validation', headerName: 'Seuil val.', minwidth: 100, flex: 1, hide: false, editable: false, renderCell: (params) => , },
{ field: 'ue_coefficient', headerName: 'Coeff.', minwidth: 100, flex: 1, hide: false, editable: false, renderCell: (params) => , },
{ field: 'credit', headerName: 'Credit.', minwidth: 100, flex: 1, hide: false, editable: false, renderCell: (params) => , },
+ { field: 'moyenne_session_ue', headerName: 'Moy. Ens.', minwidth: 100, flex: 1, hide: false, editable: false, renderCell: (params) => , },
{
@@ -838,6 +839,8 @@ const Module_Session_Notes_Classement = (props) => {
var inscription_id_nom = JSON.parse(x).inscription_id_nom;
var inscription_id_prenom = JSON.parse(x).inscription_id_prenom;
+ var moyenne_session_ue = JSON.parse(x).moyenne_session_ue;
+
//---
@@ -867,6 +870,7 @@ const Module_Session_Notes_Classement = (props) => {
"inscription_id_mail": inscription_id_mail,
"inscription_id_nom": inscription_id_nom,
"inscription_id_prenom": inscription_id_prenom,
+ "moyenne_session_ue": moyenne_session_ue,
};
new_data2.push(node);
@@ -895,6 +899,7 @@ const Module_Session_Notes_Classement = (props) => {
"seuil_validation": "",
"ue_coefficient": "",
"ue_validation": "",
+ "moyenne_session_ue": "",
};
new_data2.push(node);
@@ -2627,7 +2632,7 @@ const Module_Session_Notes_Classement = (props) => {
-
+
- UE / Matière
+
UE / Matière 2
{New_Getall_Class_List_UE_result && New_Getall_Class_List_UE_result.length > 0 &&
{
PaperComponent={PaperComponent}
aria-labelledby="draggable-dialog-title"
-
+ disableEnforceFocus={true}
>
Ajout ressource {/*: {selected_sequence_startDate} au {selected_sequence_endDate} */}
@@ -4704,7 +4707,7 @@ const Module_Session_Planification = (props) => {
PaperComponent={PaperComponent}
aria-labelledby="draggable-dialog-title"
-
+ disableEnforceFocus={true}
>
MySy Information
@@ -5040,6 +5043,7 @@ const Module_Session_Planification = (props) => {
PaperComponent={PaperComponent}
aria-labelledby="draggable-dialog-title"
+ disableEnforceFocus={true}
>
{Dialog_seq_CREATION_SEMAINE_TYPE_message}
@@ -5449,6 +5453,8 @@ const Module_Session_Planification = (props) => {
aria-labelledby="draggable-dialog-title"
className="module_agenda mysy_MuiPaper-root"
+ disableEnforceFocus={true}
+
>
MySy Information
@@ -5795,7 +5801,7 @@ const Module_Session_Planification = (props) => {
-
UE / Matière
+
UE / Matière 1
{New_Getall_Class_List_UE_result && New_Getall_Class_List_UE_result.length > 0 &&
@@ -5924,7 +5930,7 @@ const Module_Session_Planification = (props) => {
-
Debut
+
Debut 11
{
axios.post(myurl, form).then(res => {
setLoading(false);
if (String(res.data.status) === String("true")) {
- console.log(" In Getall_Qry_Formation_Session res.data.status = " + res.data.status);
- console.log(" In Getall_Qry_Formation_Session res.data.message r_class = " + res.data.message);
+ //console.log(" In Getall_Qry_Formation_Session res.data.status = " + res.data.status);
+ // console.log(" In Getall_Qry_Formation_Session res.data.message r_class = " + res.data.message);
setGetall_Qry_Formation_Session_result_JSON(JSON.parse('[' + res.data.message + ']'));
@@ -1860,9 +1860,7 @@ const Mon_Tableau_De_Bord = (props) => {
-
{
return `${month.slice(0, 4)}`
}
- else if (String(month).length >= 4 && String(month).length <= 8) {
+ else if (String(month).length >= 4 && String(month).length <= 8) {
return `${month.slice(0, 4)}` + " \n" + `${month.slice(4, String(month).length)}`
}