We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f975d8 commit c8d5871Copy full SHA for c8d5871
1 file changed
src/lib/exam/ExamWithNTAsForRoomPlanning.svelte
@@ -134,7 +134,7 @@
134
if (room.name == 'R1.049') {
135
return 'bg-blue-300';
136
}
137
- if (room.exahmRooms) {
+ if (room.exahm) {
138
return 'bg-cyan-300';
139
140
if (room.lab) {
@@ -158,6 +158,7 @@
158
const roomName = room.room.name;
159
const reserve = room.reserve;
160
const mtknr = room.ntaMtknr;
161
+ room.prePlanned = true;
162
163
const res = await fetch('/api/prePlanRoom', {
164
method: 'POST',
0 commit comments