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
d72b4887
Commit
d72b4887
authored
Mar 22, 2019
by
Piotr Gawron
Browse files
Merge branch '752-project-update-can-break-overlay-upgrade' into 'devel_12.2.x'
Resolve "MINERVANET - Error Report 43" See merge request
!710
parents
337a7b7e
9f4d7b76
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
d72b4887
...
...
@@ -10,6 +10,8 @@ minerva (12.2.0~beta.3) unstable; urgency=medium
compartments
(#
736
)
*
Bug
fix
:
migration
scripts
are
compatibile
with
postgres
9.3
version
that
is
default
on
Ubuntu
14
(#
762
)
*
Bug
fix
:
after
project
was
modified
it
could
happen
that
user
was
unable
to
upload
data
overlay
(#
752
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Wed
,
6
Mar
2019
14
:
00
:
00
+
0200
...
...
service/src/main/java/lcsb/mapviewer/services/impl/ProjectService.java
View file @
d72b4887
...
...
@@ -1207,15 +1207,6 @@ public class ProjectService implements IProjectService {
@Override
public
void
updateProject
(
Project
project
,
String
token
)
throws
SecurityException
{
projectDao
.
update
(
project
);
if
(
token
!=
null
)
{
Model
model
=
modelService
.
getLastModelByProjectId
(
project
.
getProjectId
(),
token
);
if
(
model
!=
null
)
{
// TODO it's a hack to prevent lazy initialization of the project
project
.
getLayouts
();
project
.
getOverviewImages
();
model
.
setProject
(
project
);
}
}
}
/**
...
...
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