Added undeployable?

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-10-31 11:04:43 +00:00
parent 95d136284d
commit ba226d9ba3

View file

@ -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 = [