Correction Bug : Validation
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -39,6 +39,7 @@ pipeline
|
||||
|
||||
python manage.py makemigrations
|
||||
python manage.py migrate
|
||||
python manage.py collectstatic
|
||||
|
||||
echo $SUDO_PASSWORD | sudo -S chown -R www-data:www-data /var/www/sirh
|
||||
echo "Deploiement reussi"
|
||||
|
||||
Binary file not shown.
@@ -33,11 +33,11 @@ const calendrier = Schedule(document.getElementById('planning-reservation'), {
|
||||
$("lien_zoom_container").className = "d-none";
|
||||
}
|
||||
|
||||
if(data.statut !== "annulee"){
|
||||
$("motif_refus_container").className = "d-none";
|
||||
}else{
|
||||
$("motif_refus").value=data.motif_refus;
|
||||
}
|
||||
// if(data.statut !== "annulee"){
|
||||
// $("motif_refus_container").className = "d-none";
|
||||
// }else{
|
||||
// $("motif_refus").value=data.motif_refus;
|
||||
// }
|
||||
})
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user