3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-30 04:14:17 +00:00
Files
snipe-it/app/Models
Tim Bishop b346556caa Allow manager_id to be fillable. (#4882)
The API UsersController accepts manager_id, but calls the following:

$user->fill($request->all());

This results in manager_id being ignored. I can't see any problem with
allowing a user's manager to be modified using the API, so this change
allows it.
2018-01-22 13:12:02 -08:00
..
2017-12-15 18:54:38 -08:00
2017-10-10 22:59:32 -07:00
2017-06-21 16:37:37 -07:00
2017-10-16 15:29:06 -07:00
2017-09-05 17:54:58 -07:00
2018-01-20 08:52:50 -08:00
2017-11-24 10:42:11 -08:00