Skip to content

Commit

Permalink
Merge pull request #15465 from snipe/update_city_on_bulk_user_edit
Browse files Browse the repository at this point in the history
Correctly save user’s city on bulk edit
  • Loading branch information
snipe authored Sep 9, 2024
2 parents ce97e2a + c5dbc5f commit b2a6349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/Users/BulkUsersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public function update(Request $request)
->conditionallyAddItem('activated')
->conditionallyAddItem('start_date')
->conditionallyAddItem('end_date')
->conditionallyAddItem('city')
->conditionallyAddItem('autoassign_licenses');


Expand Down

0 comments on commit b2a6349

Please sign in to comment.