We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c99b67d commit 8fc96c6Copy full SHA for 8fc96c6
src/Resources/views/crud/index.html.twig
@@ -139,7 +139,7 @@
139
{% if has_batch_actions %}
140
<td class="batch-actions-selector">
141
<div class="form-check">
142
- <input type="checkbox" class="form-check-input form-batch-checkbox" id="form-batch-checkbox-{{ entity.primaryKeyValue }}" value="{{ entity.primaryKeyValue }}">
+ <input type="checkbox" class="form-check-input form-batch-checkbox" id="form-batch-checkbox-{{ loop.index0 }}" value="{{ entity.primaryKeyValue }}">
143
</div>
144
</td>
145
{% endif %}
0 commit comments