Correctly save user’s city on bulk edit
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ce97e2a30f
commit
c5dbc5f6b8
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ class BulkUsersController extends Controller
|
|||
->conditionallyAddItem('activated')
|
||||
->conditionallyAddItem('start_date')
|
||||
->conditionallyAddItem('end_date')
|
||||
->conditionallyAddItem('city')
|
||||
->conditionallyAddItem('autoassign_licenses');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue