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
!295
Production hotfixes
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Production hotfixes
migrationHotFix
into
development
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Production hotfixes
Otto Visser
requested to merge
migrationHotFix
into
development
Apr 18, 2020
Overview
0
Commits
2
Pipelines
0
Changes
2
Hotfix for production deploy
Edited
Apr 20, 2020
by
Otto Visser
0
0
Merge request reports
Compare
development
version 1
f965ad0d
Apr 18, 2020
development (base)
and
latest version
latest version
bdb8c0f1
2 commits,
Apr 20, 2020
version 1
f965ad0d
1 commit,
Apr 18, 2020
2 files
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/main/java/nl/tudelft/ewi/queue/viewmodel/RequestCreateModel.java
+
1
−
1
View file @ bdb8c0f1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -68,7 +68,7 @@ public class RequestCreateModel {
r
.
setQuestion
(
question
);
r
.
setLab
(
lab
);
r
.
setAssignment
(
assignment
);
if
(
jitsi
)
{
if
(
jitsi
!=
null
&&
jitsi
)
{
r
.
setJitsiRoom
();
}
return
r
;
Loading