branche_01062025
Cherif 2025-06-30 21:18:33 +02:00
parent f3297331cc
commit 12769e0a1f
2 changed files with 4 additions and 1 deletions

View File

@ -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");

View File

@ -370,7 +370,6 @@ const Module_Session_Notes_Classement = (props) => {
{ field: 'credit', headerName: 'Credit.', minwidth: 100, flex: 1, hide: false, editable: false, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{ field: 'moyenne_session_ue', headerName: 'Moy. Ens.', minwidth: 100, flex: 1, hide: false, editable: false, renderCell: (params) => <ExpandableCell_50 {...params} />, },
{
field: 'ue_validation', headerName: 'Validé', minwidth: 100, flex: 1, hide: false, editable: false,