BulkActions remove duplicate action.

This commit is contained in:
Cüneyt Şentürk
2019-12-27 10:38:33 +03:00
parent 3cc002a2d8
commit d8a1a14d96
18 changed files with 20 additions and 65 deletions

View File

@ -21,9 +21,6 @@
@foreach($actions as $key => $action)
<option
value="{{ $key }}"
@if(isset($action['multiple']) && $action['multiple'])
v-if="bulk_action.count <= 1"
@endif
@if(!empty($action['message']))
data-message="{{ trans_choice($action['message'], 2, ['type' => $text]) }}"
@endif