You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/graphql/resolvers/Mutation/alterMeeting.js
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -182,5 +182,12 @@ export default async (
182
182
);
183
183
}
184
184
185
+
// TEMPORARY CODE TO PREVENT OVERBOOKING BUG
186
+
if(start!=meeting.start||end!=meeting.end){
187
+
thrownewUserInputError(
188
+
"You may not edit start or end times of a meeting to prevent a bug involving room overbooking. Any other edits have been saved, but your start & end times are as before."
0 commit comments