Skip to content
Snippets Groups Projects
Commit 254d6913 authored by Otto Visser's avatar Otto Visser
Browse files

Merge branch 'Room-update-fix' into 'development'

Show room when a new request appears

Closes #144

See merge request EIP/queue!95
parents 80d1adfc 36553294
No related branches found
No related tags found
No related merge requests found
......@@ -547,6 +547,7 @@ public class Request implements RecordsEvents<Request>, Serializable, Comparable
requests.put("sentence", this.toSentence());
requests.put("labId", this.getLab().getId().toString());
requests.put("course", this.getLab().getCourse().toString());
requests.put("room", this.getRoom().toString());
if (this.getAssistant() != null)
requests.put("assigned", this.getAssistant().toString());
if (this.getHandledAt() != null)
......
......@@ -84,6 +84,7 @@
</span>
</td>
<td>{{handled}}</td>
<td>{{room}}</td>
</tr>
</script>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment