Merge pull request #2630 from EnesSacid-Buker/for-bulk-actions

Bulk actions minor issues
This commit is contained in:
Cüneyt Şentürk 2022-09-19 17:06:56 +03:00 committed by GitHub
commit 6db13cf06b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ abstract class BulkAction
'enable' => 'check_circle',
'disable' => 'hide_source',
'delete' => 'delete',
'duplicate' => 'file_copy',
'export' => 'file_download',
'reconcile' => 'published_with_changes',
'unreconcile' => 'layers_clear',

View File

@ -62,7 +62,7 @@ export default class BulkAction {
}
change(type) {
let action = document.getElementById('button-bulk-action-' + type);
let action = document.getElementById('index-bulk-actions-' + type);
this.value = type;