mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
Added new field to allowed_fields so that the API can change them if needed
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
52dc5aa4ba
commit
7c37c70164
|
@ -64,6 +64,7 @@ class CustomField extends Model
|
||||||
'help_text',
|
'help_text',
|
||||||
'show_in_email',
|
'show_in_email',
|
||||||
'is_unique',
|
'is_unique',
|
||||||
|
'display_in_user_view',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue