Correction bug : bâtiment maintenant indiqué dans la liste des chambres même si l'utilisateur est sdf.
This commit is contained in:
parent
bbaa371461
commit
32e6eb744a
@ -28,7 +28,7 @@
|
||||
<option value=""><vide></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">
|
||||
|
Loading…
Reference in New Issue
Block a user