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 ...@@ -62,8 +62,8 @@ class ServerLicenseEdit extends Component
protected $rules = [ protected $rules = [
'serverKey' => 'required|string|max:255', 'serverKey' => 'required|string|max:255',
'teamId' => 'required|integer', 'teamId' => 'required|integer|not_in:0',
'customerSize' => 'required|integer', 'customerSize' => 'required|integer|not_in:0',
'customerType' => 'required|not_in:0', 'customerType' => 'required|not_in:0',
'company' => 'required|string|max:255', 'company' => 'required|string|max:255',
// 'branch' => 'nullable|string|max:255', // 'branch' => 'nullable|string|max:255',
...@@ -73,7 +73,7 @@ class ServerLicenseEdit extends Component ...@@ -73,7 +73,7 @@ class ServerLicenseEdit extends Component
'currentVersion' => 'nullable|string|max:255', 'currentVersion' => 'nullable|string|max:255',
'installDate' => 'nullable', 'installDate' => 'nullable',
'installVersion' => 'nullable|string|max:255', 'installVersion' => 'nullable|string|max:255',
'databaseType' => 'required', 'databaseType' => 'required|not_in:0',
'ownerType' => 'nullable', 'ownerType' => 'nullable',
'customerUrl' => 'nullable|string|max:255', 'customerUrl' => 'nullable|string|max:255',
'contact' => '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