From 551b97deda81cd0109fef1e53053df898ea1f8cc Mon Sep 17 00:00:00 2001 From: Feebyx <92626860+FeebyxDev@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:55:35 +0100 Subject: [PATCH] Fix ressource planning of cyberdata TP2 S5-S6 (#151) replace ressource id from 4527 & 4096 to 8954 & 8955 --- assets/plannings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/plannings.json b/assets/plannings.json index 13861c5..bb954e8 100644 --- a/assets/plannings.json +++ b/assets/plannings.json @@ -1742,7 +1742,7 @@ { "id": "tp2", "title": "TP2", - "url": "https://planning.univ-ubs.fr/jsp/custom/modules/plannings/anonymous_cal.jsp?resources=4527&projectId=1&calType=ical&firstDate={date-start}&lastDate={date-end}" + "url": "https://planning.univ-ubs.fr/jsp/custom/modules/plannings/anonymous_cal.jsp?resources=8954&projectId=1&calType=ical&firstDate={date-start}&lastDate={date-end}" } ] }, @@ -1758,7 +1758,7 @@ { "id": "tp2", "title": "TP2", - "url": "https://planning.univ-ubs.fr/jsp/custom/modules/plannings/anonymous_cal.jsp?resources=4096&projectId=1&calType=ical&firstDate={date-start}&lastDate={date-end}" + "url": "https://planning.univ-ubs.fr/jsp/custom/modules/plannings/anonymous_cal.jsp?resources=8955&projectId=1&calType=ical&firstDate={date-start}&lastDate={date-end}" } ] }