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
0f180606
Commit
0f180606
authored
Mar 31, 2020
by
anton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use post with id in url for archive export
parent
fad588df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/pages/mosys/grids/edit.vue
src/pages/mosys/grids/edit.vue
+2
-2
src/pages/piecemaker/timelines/edit.vue
src/pages/piecemaker/timelines/edit.vue
+2
-2
No files found.
src/pages/mosys/grids/edit.vue
View file @
0f180606
...
...
@@ -190,8 +190,8 @@
this
.
$q
.
loading
.
show
()
try
{
const
result
=
await
this
.
$axios
.
post
(
`
${
process
.
env
.
API_HOST
}
/archives/maps`
,
{
uuid
:
this
.
grid
.
_uuid
},
`
${
process
.
env
.
API_HOST
}
/archives/maps
/
${
this
.
grid
.
_uuid
}
`
,
{},
{
headers
:
{
Authorization
:
`Bearer
${
this
.
$auth
.
token
}
`
...
...
src/pages/piecemaker/timelines/edit.vue
View file @
0f180606
...
...
@@ -136,8 +136,8 @@
this
.
$q
.
loading
.
show
()
try
{
const
result
=
await
this
.
$axios
.
post
(
`
${
process
.
env
.
API_HOST
}
/archives/maps`
,
{
uuid
:
this
.
timeline
.
_uuid
},
`
${
process
.
env
.
API_HOST
}
/archives/maps
/
${
this
.
timeline
.
_uuid
}
`
,
{},
{
headers
:
{
Authorization
:
`Bearer
${
this
.
$auth
.
token
}
`
...
...
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