Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sarun Mungthanya
SpnPatch-Laravel
Commits
56faee97
Commit
56faee97
authored
Dec 18, 2024
by
Sarun Mungthanya
Browse files
issue edit server license
parent
1ba41d86
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/ServerLicense/ServerLicenseEdit.php
View file @
56faee97
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment