Corrected field name
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
891009dc67
commit
f609146c29
1 changed files with 2 additions and 3 deletions
|
@ -91,11 +91,10 @@ class BulkUsersController extends Controller
|
|||
->conditionallyAddItem('company_id')
|
||||
->conditionallyAddItem('locale')
|
||||
->conditionallyAddItem('remote')
|
||||
->conditionallyAddItem('ldap_sync')
|
||||
->conditionallyAddItem('ldap_import')
|
||||
->conditionallyAddItem('activated');
|
||||
|
||||
//dd($this);
|
||||
|
||||
|
||||
// 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue