Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
04a13fbb
Commit
04a13fbb
authored
Jul 01, 2020
by
Piotr Gawron
Browse files
use proper author name
parent
49be893f
Pipeline
#29192
passed with stage
in 11 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
04a13fbb
...
...
@@ -12,6 +12,8 @@ minerva (15.0.2) stable; urgency=medium
*
Bug
fix
:
kinetic
parameters
exported
to
SBML
created
invalid
SBML
file
(#
1305
)
*
Bug
fix
:
text
area
were
not
converted
to
GPML
using
conversion
API
(#
1306
)
*
Bug
fix
:
name
provided
by
user
in
comment
dialog
was
not
visible
in
admin
panel
(#
1245
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Mon
,
29
Jun
2020
11
:
00
:
00
+
0200
...
...
frontend-js/src/main/js/map/data/Comment.js
View file @
04a13fbb
...
...
@@ -25,7 +25,7 @@ function Comment(javaObject) {
this
.
setTitle
(
javaObject
.
title
);
this
.
setContent
(
javaObject
.
content
);
}
this
.
setAuthor
(
javaObject
.
owne
r
);
this
.
setAuthor
(
javaObject
.
autho
r
);
this
.
setEmail
(
javaObject
.
email
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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