mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Make is_unique fillable
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b78f32e876
commit
ea8f9a6dd9
|
@ -63,6 +63,7 @@ class CustomField extends Model
|
||||||
'field_encrypted',
|
'field_encrypted',
|
||||||
'help_text',
|
'help_text',
|
||||||
'show_in_email',
|
'show_in_email',
|
||||||
|
'is_unique',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue