Commit 56faee97 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

issue edit server license

parent 1ba41d86
......@@ -62,8 +62,8 @@ class ServerLicenseEdit extends Component
protected $rules = [
'serverKey' => 'required|string|max:255',
'teamId' => 'required|integer',
'customerSize' => 'required|integer',
'teamId' => 'required|integer|not_in:0',
'customerSize' => 'required|integer|not_in:0',
'customerType' => 'required|not_in:0',
'company' => 'required|string|max:255',
// 'branch' => 'nullable|string|max:255',
......@@ -73,7 +73,7 @@ class ServerLicenseEdit extends Component
'currentVersion' => 'nullable|string|max:255',
'installDate' => 'nullable',
'installVersion' => 'nullable|string|max:255',
'databaseType' => 'required',
'databaseType' => 'required|not_in:0',
'ownerType' => 'nullable',
'customerUrl' => 'nullable|string|max:255',
'contact' => 'nullable|string|max:255',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment