Allow bulk language update in user edit

This commit is contained in:
snipe
2018-01-10 05:33:26 -08:00
parent 5587b64d64
commit 285e4e2e52
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -480,6 +480,11 @@ class UsersController extends Controller
if ($request->has('company_id')) {
$update_array['company_id'] = $request->input('company_id');
}
if ($request->has('locale')) {
$update_array['locale'] = $request->input('locale');
}
if ($request->has('manager_id')) {