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 makemigrations
|
||||||
python manage.py migrate
|
python manage.py migrate
|
||||||
|
python manage.py collectstatic
|
||||||
|
|
||||||
echo $SUDO_PASSWORD | sudo -S chown -R www-data:www-data /var/www/sirh
|
echo $SUDO_PASSWORD | sudo -S chown -R www-data:www-data /var/www/sirh
|
||||||
echo "Deploiement reussi"
|
echo "Deploiement reussi"
|
||||||
|
|||||||
Binary file not shown.
@@ -33,11 +33,11 @@ const calendrier = Schedule(document.getElementById('planning-reservation'), {
|
|||||||
$("lien_zoom_container").className = "d-none";
|
$("lien_zoom_container").className = "d-none";
|
||||||
}
|
}
|
||||||
|
|
||||||
if(data.statut !== "annulee"){
|
// if(data.statut !== "annulee"){
|
||||||
$("motif_refus_container").className = "d-none";
|
// $("motif_refus_container").className = "d-none";
|
||||||
}else{
|
// }else{
|
||||||
$("motif_refus").value=data.motif_refus;
|
// $("motif_refus").value=data.motif_refus;
|
||||||
}
|
// }
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user