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({ |     @OneToMany({ | ||||||
|         entity: () => Group, |         entity: () => Group, | ||||||
|         mappedBy: 'assignment', |         mappedBy: 'assignment', | ||||||
|         cascade: [Cascade.ALL] |         cascade: [Cascade.ALL], | ||||||
|     }) |     }) | ||||||
|     groups: Collection<Group> = new Collection<Group>(this); |     groups: Collection<Group> = new Collection<Group>(this); | ||||||
| } | } | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Joyelle Ndagijimana
						Joyelle Ndagijimana