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
91f11e1b
Commit
91f11e1b
authored
Dec 11, 2024
by
Sarun Mungthanya
Browse files
issue Vaersion to Version
parent
9f2d30e3
Changes
5
Show whitespace changes
Inline
Side-by-side
app/Http/Livewire/Pages/Patch/PatchIndex.php
View file @
91f11e1b
...
@@ -20,7 +20,7 @@ class PatchIndex extends Component
...
@@ -20,7 +20,7 @@ class PatchIndex extends Component
'PID'
=>
'PID'
,
'PID'
=>
'PID'
,
'PATCHNAME'
=>
'Patch Name'
,
'PATCHNAME'
=>
'Patch Name'
,
'PDESC'
=>
'Description'
,
'PDESC'
=>
'Description'
,
'MAJOR_VERSION'
=>
'Major V
a
ersion'
,
'MAJOR_VERSION'
=>
'Major Version'
,
'Remark'
=>
'Remark'
'Remark'
=>
'Remark'
];
];
...
...
app/Http/Livewire/Pages/SendPatch/DeleteMultiPatchList.php
View file @
91f11e1b
...
@@ -26,7 +26,7 @@ class DeleteMultiPatchList extends Component
...
@@ -26,7 +26,7 @@ class DeleteMultiPatchList extends Component
'PID'
=>
'PID'
,
'PID'
=>
'PID'
,
'PATCHNAME'
=>
'Patch Name'
,
'PATCHNAME'
=>
'Patch Name'
,
'PDESC'
=>
'Description'
,
'PDESC'
=>
'Description'
,
'MAJOR_VERSION'
=>
'Major V
a
ersion'
,
'MAJOR_VERSION'
=>
'Major Version'
,
'Remark'
=>
'Remark'
'Remark'
=>
'Remark'
];
];
...
...
app/Http/Livewire/Pages/SendPatch/SendMultiPatchList.php
View file @
91f11e1b
...
@@ -23,7 +23,7 @@ class SendMultiPatchList extends Component
...
@@ -23,7 +23,7 @@ class SendMultiPatchList extends Component
'PID'
=>
'PID'
,
'PID'
=>
'PID'
,
'PATCHNAME'
=>
'Patch Name'
,
'PATCHNAME'
=>
'Patch Name'
,
'PDESC'
=>
'Description'
,
'PDESC'
=>
'Description'
,
'MAJOR_VERSION'
=>
'Major V
a
ersion'
,
'MAJOR_VERSION'
=>
'Major Version'
,
'Remark'
=>
'Remark'
'Remark'
=>
'Remark'
];
];
...
...
app/Http/Livewire/Pages/SendPatch/SendPatchEdit.php
View file @
91f11e1b
...
@@ -280,6 +280,7 @@ class SendPatchEdit extends Component
...
@@ -280,6 +280,7 @@ class SendPatchEdit extends Component
}
}
foreach
(
$dataArray
as
$row
)
{
foreach
(
$dataArray
as
$row
)
{
$row
[
"SNKEY"
]
=
"'"
.
$row
[
"SNKEY"
];
fputcsv
(
$file
,
$row
);
fputcsv
(
$file
,
$row
);
}
}
...
...
app/Http/Livewire/Pages/SendPatch/SendPatchIndex.php
View file @
91f11e1b
...
@@ -30,7 +30,7 @@ class SendPatchIndex extends Component
...
@@ -30,7 +30,7 @@ class SendPatchIndex extends Component
'PID'
=>
'PID'
,
'PID'
=>
'PID'
,
'PATCHNAME'
=>
'Patch Name'
,
'PATCHNAME'
=>
'Patch Name'
,
'PDESC'
=>
'Description'
,
'PDESC'
=>
'Description'
,
'MAJOR_VERSION'
=>
'Major V
a
ersion'
,
'MAJOR_VERSION'
=>
'Major Version'
,
'Remark'
=>
'Remark'
'Remark'
=>
'Remark'
];
];
...
...
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