feat: vragen kunnen niet gesteld worden als leerobject geen assignment is
This commit is contained in:
		
							parent
							
								
									1917d80b85
								
							
						
					
					
						commit
						a0192ddbdf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -318,7 +318,7 @@ import QuestionNotification from "@/components/QuestionNotification.vue"; | |||
|                 v-if="currentNode" | ||||
|             ></learning-object-view> | ||||
|         </div> | ||||
|         <div v-if="authService.authState.activeRole === 'student'" class="question-box"> | ||||
|         <div v-if="authService.authState.activeRole === 'student' && pathIsAssignment" class="question-box"> | ||||
|             <div class="input-wrapper"> | ||||
|               <input | ||||
|                 type="text" | ||||
|  |  | |||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst