Merge remote-tracking branch 'origin/dev-1.3' into development
This commit is contained in:
		
						commit
						4c4b923b81
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -38,6 +38,7 @@ import ch.ethz.seb.sebserver.gbl.api.JSONMapper; | ||||||
| import ch.ethz.seb.sebserver.gbl.model.EntityKey; | import ch.ethz.seb.sebserver.gbl.model.EntityKey; | ||||||
| import ch.ethz.seb.sebserver.gbl.model.exam.ProctoringRoomConnection; | import ch.ethz.seb.sebserver.gbl.model.exam.ProctoringRoomConnection; | ||||||
| import ch.ethz.seb.sebserver.gbl.model.exam.ProctoringServiceSettings; | import ch.ethz.seb.sebserver.gbl.model.exam.ProctoringServiceSettings; | ||||||
|  | import ch.ethz.seb.sebserver.gbl.model.exam.ProctoringServiceSettings.ProctoringFeature; | ||||||
| import ch.ethz.seb.sebserver.gbl.model.session.ClientConnectionData; | import ch.ethz.seb.sebserver.gbl.model.session.ClientConnectionData; | ||||||
| import ch.ethz.seb.sebserver.gbl.model.session.RemoteProctoringRoom; | import ch.ethz.seb.sebserver.gbl.model.session.RemoteProctoringRoom; | ||||||
| import ch.ethz.seb.sebserver.gbl.profile.GuiProfile; | import ch.ethz.seb.sebserver.gbl.profile.GuiProfile; | ||||||
|  | @ -229,8 +230,10 @@ public class MonitoringProctoringService { | ||||||
|                     } |                     } | ||||||
|                 }); |                 }); | ||||||
| 
 | 
 | ||||||
|  |         if (proctoringSettings.enabledFeatures.contains(ProctoringFeature.TOWN_HALL)) { | ||||||
|             updateTownhallButton(proctoringGUIService, pageContext); |             updateTownhallButton(proctoringGUIService, pageContext); | ||||||
|         } |         } | ||||||
|  |     } | ||||||
| 
 | 
 | ||||||
|     private void showCollectingRoomPopup( |     private void showCollectingRoomPopup( | ||||||
|             final PageContext pageContext, |             final PageContext pageContext, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 anhefti
						anhefti