Skip to content

Commit 30a6a67

Browse files
committed
Indicate requiredness on status select on bulk user checkin+delete
Signed-off-by: snipe <[email protected]>
1 parent d576016 commit 30a6a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/users/confirm-bulk-delete.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
<tr>
111111
<td colspan="8">
112-
{{ Form::select('status_id', $statuslabel_list , old('status_id'), array('class'=>'select2', 'style'=>'width:250px')) }}
112+
{{ Form::select('status_id', $statuslabel_list , old('status_id'), array('class'=>'select2', 'style'=>'width:250px', 'required' => true)) }}
113113
<label>{{ trans('admin/users/general.update_user_assets_status') }}</label>
114114
</td>
115115
</tr>

0 commit comments

Comments
 (0)