mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Added autoassign_licenses tp bulk users conditional
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
03cc55cb6a
commit
9833d861d4
|
@ -113,7 +113,8 @@ class BulkUsersController extends Controller
|
|||
->conditionallyAddItem('locale')
|
||||
->conditionallyAddItem('remote')
|
||||
->conditionallyAddItem('ldap_import')
|
||||
->conditionallyAddItem('activated');
|
||||
->conditionallyAddItem('activated')
|
||||
->conditionallyAddItem('autoassign_licenses');
|
||||
|
||||
|
||||
// If the manager_id is one of the users being updated, generate a warning.
|
||||
|
|
Loading…
Reference in a new issue