Merge pull request #15848 from snipe/chore/sc-27531
Indicate requiredness on status select on bulk user checkin+delete
This commit is contained in:
commit
5a5f1082fb
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8">
|
<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>
|
<label>{{ trans('admin/users/general.update_user_assets_status') }}</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue