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
0d5ec975
Commit
0d5ec975
authored
Apr 04, 2019
by
Piotr Gawron
Browse files
order of elements in the table contains additional column resolving equality between few genomes
parent
bcd2a232
Pipeline
#9669
passed with stage
in 9 minutes and 59 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
0d5ec975
...
...
@@ -41,6 +41,8 @@ minerva (12.3.0~alpha.0) unstable; urgency=low
"Unknown Inhibition" reactions (#664)
* Bug fix: "Unknown Catalysis" and "Unknown Inhibition" reaction end is
slightly separated from target phenotype (#664)
* Bug fix: order of genomes in admin panel doesn'
t
change
after
refreshing
list
of
genomes
(#
761
)
minerva
(
12.2.2
)
stable
;
urgency
=
medium
*
Bug
fix
:
downloading
overlays
didn
't work from admin panel when project
...
...
frontend-js/package-lock.json
View file @
0d5ec975
This diff is collapsed.
Click to expand it.
frontend-js/src/main/js/gui/admin/GenomeAdminPanel.js
View file @
0d5ec975
...
...
@@ -73,7 +73,20 @@ GenomeAdminPanel.prototype._createGui = function () {
title
:
'
Remove
'
,
orderable
:
false
}],
order
:
[[
1
,
"
asc
"
]]
columnDefs
:
[
{
targets
:
[
0
],
orderData
:
[
0
,
4
]
},
{
targets
:
[
1
],
orderData
:
[
1
,
4
]
},
{
targets
:
[
2
],
orderData
:
[
2
,
4
]
},
{
targets
:
[
3
],
orderData
:
[
3
,
4
]
}
],
order
:
[[
1
,
"
asc
"
],
[
4
,
"
asc
"
]]
});
self
.
bindUserGuiPreference
({
jQueryObject
:
$
(
genomesTable
),
...
...
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