Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
scc-net
netvs
netvs-core
Commits
261e8850
Commit
261e8850
authored
Nov 13, 2020
by
Janis Streib
🦉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: call correct mutation on trasnactionExecute error handling
parent
37728d9b
Pipeline
#117903
passed with stages
in 5 minutes and 3 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
frontend/src/main.js
frontend/src/main.js
+1
-1
No files found.
frontend/src/main.js
View file @
261e8850
...
...
@@ -234,7 +234,7 @@ async function init() {
commit
(
'
setUndoRedoNewMutation
'
,
true
)
}
catch
(
e
)
{
window
.
console
.
debug
(
e
.
response
)
commit
(
'
set
_t
ransaction
_r
esult
'
,
{
commit
(
'
set
T
ransaction
R
esult
'
,
{
type
:
'
error
'
,
error
:
'
exception
'
in
e
.
response
.
data
?
e
.
response
.
data
.
exception
:
e
.
response
.
data
,
uuid
:
'
exception
'
in
e
.
response
.
data
?
state
.
ta_list
[
APIUtil
.
getAPIErrorIndexFromDBException
(
e
.
response
.
data
.
exception
)].
uuid
:
null
...
...
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