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" |                 v-if="currentNode" | ||||||
|             ></learning-object-view> |             ></learning-object-view> | ||||||
|         </div> |         </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"> |             <div class="input-wrapper"> | ||||||
|               <input |               <input | ||||||
|                 type="text" |                 type="text" | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst