mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Correctly save user’s city on bulk edit
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ce97e2a30f
commit
c5dbc5f6b8
|
@ -118,6 +118,7 @@ class BulkUsersController extends Controller
|
|||
->conditionallyAddItem('activated')
|
||||
->conditionallyAddItem('start_date')
|
||||
->conditionallyAddItem('end_date')
|
||||
->conditionallyAddItem('city')
|
||||
->conditionallyAddItem('autoassign_licenses');
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue