Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!569
Something went wrong on our end. Please try again!
Allow rooms to be empty for jitsi labs
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Allow rooms to be empty for jitsi labs
fix-jitsi-exam-labs
into
development
Overview
3
Commits
5
Pipelines
0
Changes
13
1 open thread
Hide all comments
Closed
Allow rooms to be empty for jitsi labs
Cédric Willekens
requested to merge
fix-jitsi-exam-labs
into
development
Jan 12, 2022
Overview
3
Commits
5
Pipelines
0
Changes
13
1 open thread
Hide all comments
What does this mr do?
Actions taken to fix bug
Does this MR meet the acceptance criteria?
I have added a changelog entry to reflect the significant changes I made and the bug I fixed.
A test was created to test the bug.
I have updated the documentation accordingly.
I adhere to the style guide.
0
0
Merge request reports
Compare
development
version 1
399f6c95
Jan 12, 2022
development (base)
and
latest version
latest version
c019cca1
5 commits,
Jan 13, 2022
version 1
399f6c95
4 commits,
Jan 12, 2022
13 files
+
50
−
39
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
src/main/java/nl/tudelft/queue/dto/create/labs/CapacitySessionCreateDTO.java
+
1
−
0
View file @ c019cca1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -67,6 +67,7 @@ public class CapacitySessionCreateDTO extends QueueSessionCreateDTO<CapacitySess
errors
.
rejectValue
(
"capacitySessionConfig.selectionAt"
,
"Selection should be after enrolment closes"
);
}
nonEmpty
(
"rooms"
,
super
.
getRooms
());
}
@Override
Loading