Extract Batch Edit controller

This commit is contained in:
Yassine Guedidi
2025-03-08 13:47:46 +01:00
parent e438b5e63f
commit f7c8466231
4 changed files with 20 additions and 24 deletions

View File

@ -1,3 +1,3 @@
<label class="entry-checkbox">
<input type="checkbox" class="entry-checkbox-input" data-js="entry-checkbox" name="entry-checkbox[]" value="{{ entry.id }}" />
<input type="checkbox" class="entry-checkbox-input" name="entry-checkbox[]" value="{{ entry.id }}" data-batch-edit-target="item" />
</label>