diff --git a/app/Models/Statuslabel.php b/app/Models/Statuslabel.php index 8be90a521c..7a901a17b5 100755 --- a/app/Models/Statuslabel.php +++ b/app/Models/Statuslabel.php @@ -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 = [