Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Devrim Gunyel
core
Commits
fa1af42b
Commit
fa1af42b
authored
Nov 12, 2019
by
Piotr Gawron
Browse files
automatic cache o map on project upload
parent
00e75b98
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
fa1af42b
...
...
@@ -4,6 +4,7 @@ minerva (15.0.0~alpha.1) stable; urgency=medium
sessions
(#
836
)
*
Small
improvement
:
simple
molecules
in
sbgn
compliant
view
are
drawn
as
ellipses
not
circles
(#
796
)
*
Small
improvement
:
uploaded
map
is
automatically
cached
(#
983
)
*
Bug
fix
:
structural
states
of
proteins
are
imported
properly
from
SBGNML
PD
(#
995
)
*
Bug
fix
:
clear
button
icon
,
refresh
comments
button
and
show
overview
...
...
service/src/main/java/lcsb/mapviewer/services/impl/ProjectService.java
View file @
fa1af42b
...
...
@@ -134,7 +134,7 @@ public class ProjectService implements IProjectService {
private
LayoutDao
layoutDao
;
/**
* Utils that help to manage the sessions in custom multithreaded
* Utils that help to manage the sessions in custom multi
-
threaded
* implementation.
*/
private
DbUtils
dbUtils
;
...
...
@@ -394,6 +394,7 @@ public class ProjectService implements IProjectService {
}
logger
.
info
(
"Project "
+
project
.
getProjectId
()
+
" created successfully."
);
modelService
.
getLastModelByProjectId
(
project
.
getProjectId
());
}
catch
(
HibernateException
e
)
{
outOfMemoryBuffer
=
null
;
logger
.
error
(
"Problem with database"
,
e
);
...
...
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