Skip to content

Commit

Permalink
Merge pull request #15848 from snipe/chore/sc-27531
Browse files Browse the repository at this point in the history
Indicate requiredness on status select on bulk user checkin+delete
  • Loading branch information
snipe authored Nov 19, 2024
2 parents d576016 + 30a6a67 commit 5a5f108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/users/confirm-bulk-delete.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

<tr>
<td colspan="8">
{{ Form::select('status_id', $statuslabel_list , old('status_id'), array('class'=>'select2', 'style'=>'width:250px')) }}
{{ Form::select('status_id', $statuslabel_list , old('status_id'), array('class'=>'select2', 'style'=>'width:250px', 'required' => true)) }}
<label>{{ trans('admin/users/general.update_user_assets_status') }}</label>
</td>
</tr>
Expand Down

0 comments on commit 5a5f108

Please sign in to comment.