mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
fixes the query for the reservierungen in the stundenplan and in the raum informations
This commit is contained in:
@@ -34,7 +34,6 @@ const app = Vue.createApp({
|
||||
},
|
||||
|
||||
loadEvents: function(){
|
||||
console.log("this are the days with which i am testing", this.weekFirstDay, this.weekLastDay)
|
||||
Promise.allSettled([
|
||||
this.$fhcApi.factory.stundenplan.getStundenplan(this.weekFirstDay, this.weekLastDay),
|
||||
this.$fhcApi.factory.stundenplan.getStundenplanReservierungen(this.weekFirstDay, this.weekLastDay)
|
||||
|
||||
Reference in New Issue
Block a user