Skip to content

Commit 03381b8

Browse files
author
Serghey Rodin
committed
fix for bulk operations on backups
1 parent dfb01cc commit 03381b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_backup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
2020
</td>
2121
<td class="step-right">
22-
<form action="/bulk/backup/" method="post">
22+
<form action="/bulk/backup/" method="post" id="objects">
2323
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
2424
<div class="l-select">
2525
<select name="action" id="">

0 commit comments

Comments
 (0)