fix: Problemen met PUT op leerpaden en verschillende kleinere problemen
This commit is contained in:
		
							parent
							
								
									2db5d77296
								
							
						
					
					
						commit
						96821c40ab
					
				
					 21 changed files with 205 additions and 103 deletions
				
			
		|  | @ -25,8 +25,8 @@ export interface LearningObjectNode { | |||
|     language: Language; | ||||
|     start_node?: boolean; | ||||
|     transitions: Transition[]; | ||||
|     created_at: string; | ||||
|     updatedAt: string; | ||||
|     created_at?: string; | ||||
|     updatedAt?: string; | ||||
|     done?: boolean; // True if a submission exists for this node by the user for whom the learning path is customized.
 | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger