Add remote user to bulk edit

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2022-03-04 06:47:23 -08:00
parent 0dfc27f56e
commit 9a358087ec
3 changed files with 21 additions and 1 deletions
@@ -90,7 +90,9 @@ class BulkUsersController extends Controller
->conditionallyAddItem('department_id')
->conditionallyAddItem('company_id')
->conditionallyAddItem('locale')
->conditionallyAddItem('remote')
->conditionallyAddItem('activated');
// If the manager_id is one of the users being updated, generate a warning.
if (array_search($request->input('manager_id'), $user_raw_array)) {
$manager_conflict = true;