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
..
2018-01-20 03:08:27 -08:00
2017-12-12 05:10:13 -08:00
2018-01-20 03:08:27 -08:00
2017-10-16 18:32:48 -07:00
2017-12-04 20:19:30 -08:00
2017-10-28 02:58:38 -07:00
2017-12-15 18:54:38 -08:00
2018-01-20 03:08:27 -08:00
2018-01-20 03:08:27 -08:00
2018-01-17 05:31:57 -08:00
2017-09-29 03:44:23 -07:00
2017-05-23 02:49:00 -07: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-11-20 19:21:05 -08:00
2018-01-10 20:34:44 -08:00
2017-11-03 21:46:11 -07:00
2018-01-03 17:22:02 -08: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
2017-10-26 22:54:07 -07:00
2017-10-19 16:25:24 -07:00
2018-01-22 13:12:02 -08:00