Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
Applications
Systems Frontend
Commits
b520f15f
Commit
b520f15f
authored
Mar 31, 2020
by
anton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing id in patch request
parent
b36fe37b
Pipeline
#51756
passed with stage
in 2 minutes and 42 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pages/mosys/grids/edit.vue
src/pages/mosys/grids/edit.vue
+1
-1
No files found.
src/pages/mosys/grids/edit.vue
View file @
b520f15f
...
...
@@ -179,7 +179,7 @@
}
const
apiPayload
=
Object
.
assign
({},
this
.
payload
,
stylesheet
)
let
result
result
=
await
this
.
$store
.
dispatch
(
'
maps/patch
'
,
[
this
.
payload
.
_uu
id
,
apiPayload
])
result
=
await
this
.
$store
.
dispatch
(
'
maps/patch
'
,
[
this
.
payload
.
id
,
apiPayload
])
if
(
message
)
{
this
.
$store
.
commit
(
'
notifications/addMessage
'
,
{
type
:
'
success
'
,
...
...
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