Skip to content

Commit

Permalink
Merge pull request #2630 from EnesSacid-Buker/for-bulk-actions
Browse files Browse the repository at this point in the history
Bulk actions minor issues
  • Loading branch information
cuneytsenturk committed Sep 19, 2022
2 parents 8e91fbb + e24b870 commit 6db13cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/Abstracts/BulkAction.php
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/js/plugins/bulk-action.js
Expand Up @@ -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;

Expand Down

0 comments on commit 6db13cf

Please sign in to comment.