mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Added undeployable?
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
95d136284d
commit
ba226d9ba3
|
@ -23,7 +23,7 @@ class Statuslabel extends SnipeModel
|
|||
protected $rules = [
|
||||
'name' => 'required|string|unique_undeleted',
|
||||
'notes' => 'string|nullable',
|
||||
'status_type' => 'required|in:deployable,pending,archived',
|
||||
'status_type' => 'required|in:deployable,pending,archived,undeployable1',
|
||||
];
|
||||
|
||||
protected $fillable = [
|
||||
|
|
Loading…
Reference in a new issue