Merge pull request #382 from eReuse/features/3858-storage-management

fix template device list
This commit is contained in:
cayop 2022-10-14 17:02:34 +02:00 committed by GitHub
commit fa990fe050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@
</thead> </thead>
<tbody> <tbody>
{% for dev in devices %} {% for dev in devices %}
{% if not dev.parent_id or dev.parent.placeholder.kangaroo %} {% if dev.placeholder and (not dev.parent_id or dev.parent.placeholder.kangaroo) %}
<tr> <tr>
<td> <td>
<input type="checkbox" class="deviceSelect" data="{{ dev.id }}" <input type="checkbox" class="deviceSelect" data="{{ dev.id }}"