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
..
Accessory.php Fixed #4628 and #4590 - Illegal mix of collations for operation error when searching on some languages 2018-01-20 03:08:27 -08:00
Actionlog.php Added - changelog searchable in history tab 2017-12-12 05:10:13 -08:00
Asset.php Fixed #4628 and #4590 - Illegal mix of collations for operation error when searching on some languages 2018-01-20 03:08:27 -08:00
AssetMaintenance.php Fixes #4220 - allow nullable for completion date 2017-10-16 18:32:48 -07:00
AssetModel.php Fixed #4548 - add cateory to model dropdown 2017-12-04 20:19:30 -08:00
Category.php
CheckoutRequest.php Update references to assetloc to location 2017-10-28 02:58:38 -07:00
Company.php Fixes #4639 2017-12-15 18:54:38 -08:00
CompanyableChildScope.php
CompanyableChildTrait.php
CompanyableScope.php
CompanyableTrait.php
Component.php Fixed #4628 and #4590 - Illegal mix of collations for operation error when searching on some languages 2018-01-20 03:08:27 -08:00
Consumable.php Fixed #4628 and #4590 - Illegal mix of collations for operation error when searching on some languages 2018-01-20 03:08:27 -08:00
ConsumableAssignment.php
CustomField.php Fixes #4829 - add fields api (#4840) 2018-01-17 05:31:57 -08:00
CustomFieldset.php More specific required check 2017-09-29 03:44:23 -07:00
Department.php
Depreciable.php
Depreciation.php
Group.php Fixes group search 2017-10-10 22:59:32 -07:00
ICompanyableChild.php
Import.php
Ldap.php Tidying some of the LDAP UDN logic 2017-10-16 15:29:06 -07:00
License.php Fixed #4413 - Next license seat not bering assigned correctly 2017-11-20 19:21:05 -08:00
LicenseSeat.php Added license seat location method 2018-01-10 20:34:44 -08:00
Location.php Only return mnon-archived assets by location 2017-11-03 21:46:11 -07:00
Loggable.php Fix double create log on import. (#4706) 2018-01-03 17:22:02 -08:00
Manufacturer.php
Requestable.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
Setting.php Small refactor for Setting method 2018-01-20 08:52:50 -08:00
SnipeModel.php More importer fixes (#4516) 2017-11-24 10:42:11 -08:00
Statuslabel.php Clesned up status label model for code quality 2017-10-26 22:54:07 -07:00
Supplier.php Fixes #1044 - adds suppliers and image to accessories (#4266) 2017-10-19 16:25:24 -07:00
Throttle.php
User.php Allow manager_id to be fillable. (#4882) 2018-01-22 13:12:02 -08:00