mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Make user notes field editable via API
This commit is contained in:
parent
b317fb8d83
commit
1e1d32dc85
|
@ -50,6 +50,7 @@ class User extends SnipeModel implements AuthenticatableContract, AuthorizableCo
|
||||||
'manager_id',
|
'manager_id',
|
||||||
'password',
|
'password',
|
||||||
'phone',
|
'phone',
|
||||||
|
'notes',
|
||||||
'state',
|
'state',
|
||||||
'username',
|
'username',
|
||||||
'zip',
|
'zip',
|
||||||
|
|
Loading…
Reference in a new issue