add error notification important feature
This commit is contained in:
@ -42,7 +42,7 @@ class BulkActions extends Controller
|
||||
}
|
||||
|
||||
if (isset($bulk_actions->actions[$request->get('handle')]['permission']) && !user()->can($bulk_actions->actions[$request->get('handle')]['permission'])) {
|
||||
flash(trans('errors.message.403'))->error();
|
||||
flash(trans('errors.message.403'))->error()->important();
|
||||
|
||||
return response()->json([
|
||||
'success' => false,
|
||||
|
Reference in New Issue
Block a user