diff --git a/src/components/DisplayPartnerSession.js b/src/components/DisplayPartnerSession.js index 516bbf9..b06baae 100644 --- a/src/components/DisplayPartnerSession.js +++ b/src/components/DisplayPartnerSession.js @@ -2750,6 +2750,7 @@ const DisplayPartnerSession = (props) => { setNew_Getall_TrainingSession_result_Timeline_Item(timeline_item); setNew_Getall_TrainingSession_result_Timeline_Group(timeline_grp); } + setloading_datagrid(false) } else { @@ -2759,11 +2760,14 @@ const DisplayPartnerSession = (props) => { setdisplay_alert_mysy("1"); setalert_message(res.data.message); setalert_type("error"); + setloading_datagrid(false) } setLoading(false); + setloading_datagrid(false) }).catch((error) => { setLoading(false); + setloading_datagrid(false) console.warn('Not good man :( Getall_TrainingSession_For_Given_Class = ', error); setGetall_TrainingSession_For_Given_Class_api("false"); alert("Impossible de lancer la recherche"); diff --git a/src/components/Module_Session_Notes_Classement.js b/src/components/Module_Session_Notes_Classement.js index 271f91c..01f7f03 100644 --- a/src/components/Module_Session_Notes_Classement.js +++ b/src/components/Module_Session_Notes_Classement.js @@ -370,7 +370,6 @@ const Module_Session_Notes_Classement = (props) => { { 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) => , }, - { field: 'ue_validation', headerName: 'Validé', minwidth: 100, flex: 1, hide: false, editable: false,