Merge pull request #2630 from EnesSacid-Buker/for-bulk-actions
Bulk actions minor issues
This commit is contained in:
commit
6db13cf06b
@ -44,6 +44,7 @@ abstract class BulkAction
|
|||||||
'enable' => 'check_circle',
|
'enable' => 'check_circle',
|
||||||
'disable' => 'hide_source',
|
'disable' => 'hide_source',
|
||||||
'delete' => 'delete',
|
'delete' => 'delete',
|
||||||
|
'duplicate' => 'file_copy',
|
||||||
'export' => 'file_download',
|
'export' => 'file_download',
|
||||||
'reconcile' => 'published_with_changes',
|
'reconcile' => 'published_with_changes',
|
||||||
'unreconcile' => 'layers_clear',
|
'unreconcile' => 'layers_clear',
|
||||||
|
2
resources/assets/js/plugins/bulk-action.js
vendored
2
resources/assets/js/plugins/bulk-action.js
vendored
@ -62,7 +62,7 @@ export default class BulkAction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
change(type) {
|
change(type) {
|
||||||
let action = document.getElementById('button-bulk-action-' + type);
|
let action = document.getElementById('index-bulk-actions-' + type);
|
||||||
|
|
||||||
this.value = type;
|
this.value = type;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user