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
!450
Change the generated value strategy for LabRequestConstraint
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Change the generated value strategy for LabRequestConstraint
add-identity-generation-type-to-lab-request-constraint
into
development
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Change the generated value strategy for LabRequestConstraint
Chris Lemaire
requested to merge
add-identity-generation-type-to-lab-request-constraint
into
development
Aug 11, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
Make sure to read our
contributing guide
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
48979b5b
1 commit,
Aug 11, 2021
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/main/java/nl/tudelft/queue/model/LabRequestConstraint.java
+
1
−
1
View file @ 48979b5b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -39,7 +39,7 @@ import nl.tudelft.librador.dto.create.Create;
@Inheritance
(
strategy
=
InheritanceType
.
JOINED
)
public
abstract
class
LabRequestConstraint
{
@Id
@GeneratedValue
@GeneratedValue
(
strategy
=
GenerationType
.
IDENTITY
)
private
Long
id
;
/**
Loading