From af4b8bf7b727a680123959b72400f95af100d8f2 Mon Sep 17 00:00:00 2001 From: cherif Date: Sat, 17 Aug 2024 20:56:00 +0200 Subject: [PATCH] 17/08/2024 - 20h55 --- src/components/Module_Session_Planification.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Module_Session_Planification.js b/src/components/Module_Session_Planification.js index 0b27215..c1691f3 100644 --- a/src/components/Module_Session_Planification.js +++ b/src/components/Module_Session_Planification.js @@ -1606,7 +1606,7 @@ const Module_Session_Planification = (props) => { setLoading(false); if (String(res.data.status) === String("true")) { //console.log(" In Getall_Sequence_Of_Session res.data.status = " + res.data.status); - //console.log(" In Getall_Sequence_Of_Session res.data.message r_class = " + res.data.message); + console.log(" In Getall_Sequence_Of_Session res.data.message r_class = " + res.data.message); setGetall_Sequence_Of_Session_api("true"); setGetall_Sequence_Of_Session_result(res.data.message); @@ -2336,9 +2336,9 @@ const Module_Session_Planification = (props) => { setGetall_List_Sequence_Ressource_result([]); setselectionModel_sequence([]); - //console.log(" ### arg.event.extendedProps = ", arg.event.extendedProps); + console.log(" ### arg.event.extendedProps = ", arg.event.extendedProps); - //console.log(" ### arg.event.extendedProps._id = ", arg.event.extendedProps._id); + console.log(" ### arg.event.extendedProps.local_type = ", arg.event.extendedProps.local_type); if (arg.event.extendedProps._id) { setselected_sequence_id(arg.event.extendedProps._id);