diff --git a/src/components/AddClassManual.js b/src/components/AddClassManual.js index a16fa12..6c5e162 100644 --- a/src/components/AddClassManual.js +++ b/src/components/AddClassManual.js @@ -2901,8 +2901,8 @@ const AddClassManual = (props) => {
{
Image de profil
diff --git a/src/components/DisplayPartnerSession.js b/src/components/DisplayPartnerSession.js index d8b0640..4479a94 100644 --- a/src/components/DisplayPartnerSession.js +++ b/src/components/DisplayPartnerSession.js @@ -2023,6 +2023,14 @@ const DisplayPartnerSession = (props) => { setsubmenu("detail_session"); submenu_color_management("detail_session"); + + + await sleep(2); + if (edit_session_form === false) { + + desableSessionFields(); + } + /* //await sleep(5); if (!edit_session_form) { @@ -5473,8 +5481,6 @@ const DisplayPartnerSession = (props) => { } - - if (mylocaltraining.formateur_id) { setp_formateur_id(mylocaltraining.formateur_id); setp_formateur_label(mylocaltraining.formateur_nom_prenom); @@ -10605,7 +10611,7 @@ const DisplayPartnerSession = (props) => { var nom_fichier_cmd = "export_reponses.xlsx"; - var url = process.env.REACT_APP_API_URL + "myclass/api/Export_To_Excel_Survey_with_filter/" + stored_cookie + "/" + selected_session_id+"/hot_eval/"; + var url = process.env.REACT_APP_API_URL + "myclass/api/Export_To_Excel_Survey_with_filter/" + stored_cookie + "/" + selected_session_id + "/hot_eval/"; setLoading(true); @@ -17740,11 +17746,11 @@ const DisplayPartnerSession = (props) => { }}>Actualiser la liste - - +
{ }, - { field: 'nom', headerName: 'Nom', flex: 1, hide: false, minWidth: 150, renderCell: (params) => , }, - { field: 'prenom', headerName: 'Prénom', flex: 1, hide: false, minWidth: 150, renderCell: (params) => , }, + { field: 'nom', headerName: 'Nom', flex: 1, hide: false, minWidth: 180, renderCell: (params) => , }, + { field: 'prenom', headerName: 'Prénom', flex: 1, hide: false, minWidth: 180, renderCell: (params) => , }, { field: 'email', headerName: 'Email', minWidth: 300, flex: 1, renderCell: (params) => , }, { field: 'user_login', headerName: 'Login', minWidth: 200, flex: 1, renderCell: (params) => , }, { @@ -7234,7 +7234,7 @@ const Employes = (props) => {
- Login  
+ Login Gestion
{ - {String(p_detail_user_login) === "" &&
-
} - {String(p_detail_user_login) !== "" &&
+ {String(p_detail_user_login) !== "" &&
} {String(p_detail_user_login) !== "" && String(p_detail_user_login_locked) !== "1" - &&
+ &&
Désactiver diff --git a/src/styles/components/_employes.scss b/src/styles/components/_employes.scss index f9d292f..27946ad 100644 --- a/src/styles/components/_employes.scss +++ b/src/styles/components/_employes.scss @@ -604,6 +604,13 @@ margin-bottom: 1.5rem; } + .block_login_pwd { + padding-left: 5px; + width: 100%; + float: left; + + } + } @media only screen and (min-width: 601px) and (max-width: 991px) { @@ -1199,6 +1206,13 @@ margin-bottom: 1.5rem; } + .block_login_pwd { + padding-left: 5px; + width: 100%; + float: left; + + } + } @media only screen and (min-width: 992px) and (max-width: 1199px) { @@ -1693,7 +1707,12 @@ margin-bottom: 1.5rem; } + .block_login_pwd { + padding-left: 5px; + width: 33%; + float: left; + } } @@ -2281,6 +2300,14 @@ } + .block_login_pwd { + padding-left: 5px; + width: 33%; + float: left; + + } + + } .session_caract_Dialog_comment_2_lines {