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
Commits
04b77220
Commit
04b77220
authored
Aug 15, 2019
by
Cédric Willekens
Browse files
Options
Downloads
Patches
Plain Diff
Allow users to change role through imports if they are already in the course
parent
a87bcf2e
Branches
Branches containing commit
No related tags found
1 merge request
!183
Use Real IPs instead of Proxy IP for Sentry (#250)
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/nl/tudelft/ewi/queue/service/CourseService.java
+2
-0
2 additions, 0 deletions
...main/java/nl/tudelft/ewi/queue/service/CourseService.java
with
2 additions
and
0 deletions
src/main/java/nl/tudelft/ewi/queue/service/CourseService.java
+
2
−
0
View file @
04b77220
...
@@ -18,6 +18,7 @@ package nl.tudelft.ewi.queue.service;
...
@@ -18,6 +18,7 @@ package nl.tudelft.ewi.queue.service;
import
com.google.common.collect.Lists
;
import
com.google.common.collect.Lists
;
import
com.querydsl.core.types.dsl.BooleanExpression
;
import
com.querydsl.core.types.dsl.BooleanExpression
;
import
nl.tudelft.ewi.queue.helper.CsvUserHelper
;
import
nl.tudelft.ewi.queue.helper.CsvUserHelper
;
import
nl.tudelft.ewi.queue.repository.CourseRepository
;
import
nl.tudelft.ewi.queue.model.Assistant
;
import
nl.tudelft.ewi.queue.model.Assistant
;
import
nl.tudelft.ewi.queue.model.Course
;
import
nl.tudelft.ewi.queue.model.Course
;
import
nl.tudelft.ewi.queue.model.DefaultRole
;
import
nl.tudelft.ewi.queue.model.DefaultRole
;
...
@@ -51,6 +52,7 @@ import java.time.LocalDateTime;
...
@@ -51,6 +52,7 @@ import java.time.LocalDateTime;
import
java.util.ArrayList
;
import
java.util.ArrayList
;
import
java.util.HashMap
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.List
;
import
java.util.Optional
;
import
com.google.common.collect.Lists
;
import
com.google.common.collect.Lists
;
import
com.querydsl.core.types.dsl.BooleanExpression
;
import
com.querydsl.core.types.dsl.BooleanExpression
;
import
java.io.IOException
;
import
java.io.IOException
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment