Skip to content

Commit 8fc96c6

Browse files
committed
Tweak
1 parent c99b67d commit 8fc96c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/views/crud/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
{% if has_batch_actions %}
140140
<td class="batch-actions-selector">
141141
<div class="form-check">
142-
<input type="checkbox" class="form-check-input form-batch-checkbox" id="form-batch-checkbox-{{ entity.primaryKeyValue }}" value="{{ entity.primaryKeyValue }}">
142+
<input type="checkbox" class="form-check-input form-batch-checkbox" id="form-batch-checkbox-{{ loop.index0 }}" value="{{ entity.primaryKeyValue }}">
143143
</div>
144144
</td>
145145
{% endif %}

0 commit comments

Comments
 (0)