Bulk Action * issue solved.
This commit is contained in:
4
resources/assets/js/plugins/bulk-action.js
vendored
4
resources/assets/js/plugins/bulk-action.js
vendored
@ -69,6 +69,10 @@ export default class BulkAction {
|
||||
|
||||
// Selected item use action
|
||||
action() {
|
||||
if (this.value == '*') {
|
||||
return;
|
||||
}
|
||||
|
||||
var path = document.getElementsByName("bulk_action_path")[0].getAttribute('value');
|
||||
|
||||
this.loading = true;
|
||||
|
Reference in New Issue
Block a user