Correction bug : bâtiment maintenant indiqué dans la liste des chambres même si l'utilisateur est sdf.

This commit is contained in:
Yohan Bataille 2014-09-10 14:34:10 +02:00
parent bbaa371461
commit 32e6eb744a

View File

@ -28,7 +28,7 @@
<option value="">&lt;vide&gt;</option>
<py:if test="room_ldap is None">
<py:for each="target_room in rooms">
<option value="${target_room.uid.first()}">${target_room.cn.first()}</option>
<option value="${target_room.uid.first()}">${target_room.cn.first()} [BAT-${target_room.area.cn.first()}]</option>
</py:for>
</py:if>
<py:if test="room_ldap is not None">