mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
Add the ability to remove all group memberships in bulk
This commit is contained in:
parent
c492ba7245
commit
120e224961
|
@ -83,6 +83,8 @@
|
|||
@else
|
||||
<div class="controls">
|
||||
<select name="groups[]" id="groups[]" multiple="multiple" class="form-control">
|
||||
<option value="">Remove Group Memberships </option>
|
||||
|
||||
@foreach ($groups as $id => $group)
|
||||
<option value="{{ $id }}">{{ $group }} </option>
|
||||
@endforeach
|
||||
|
|
Loading…
Reference in a new issue