Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
Devrim Gunyel
core
Commits
dd5f1ac1
Commit
dd5f1ac1
authored
Mar 11, 2019
by
Piotr Gawron
Browse files
add type of the reference for list of references in abstract db panel
parent
a86c9f9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
dd5f1ac1
...
...
@@ -16,6 +16,8 @@ minerva (12.3.0~alpha.0) unstable; urgency=low
necessary
(#
658
)
*
Small
improvement
:
names
of
columns
in
data
overlay
are
unified
:
no
whitespace
,
"_"
used
as
separator
(#
596
)
*
Small
improvement
:
list
of
references
in
drug
panel
contains
PUBMED
prefix
(#
666
)
*
Bug
fix
:
progress
bar
of
gene
genome
mapping
upload
is
refreshing
properly
(#
728
)
...
...
frontend-js/src/main/js/gui/leftPanel/AbstractDbPanel.js
View file @
dd5f1ac1
...
...
@@ -421,7 +421,7 @@ AbstractDbPanel.prototype.createTargetRow = function (target, icon) {
}));
descColumn
.
appendChild
(
guiUtils
.
createAnnotations
({
label
:
"
References:
"
,
annotations
:
target
.
getReferences
(),
showType
:
fals
e
,
showType
:
tru
e
,
groupAnnotations
:
false
}));
if
(
submaps
.
length
>
0
)
{
...
...
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