Merge remote-tracking branch 'origin/feat/assignment-page' into feat/assignment-page
# Conflicts: # frontend/src/views/assignments/UserAssignments.vue
This commit is contained in:
		
						commit
						e3ca01a730
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		|  | @ -34,7 +34,7 @@ export class Assignment { | |||
|     @OneToMany({ | ||||
|         entity: () => Group, | ||||
|         mappedBy: 'assignment', | ||||
|         cascade: [Cascade.ALL] | ||||
|         cascade: [Cascade.ALL], | ||||
|     }) | ||||
|     groups: Collection<Group> = new Collection<Group>(this); | ||||
| } | ||||
|  |  | |||
		Reference in a new issue
	
	 Joyelle Ndagijimana
						Joyelle Ndagijimana