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
ab68288b
Commit
ab68288b
authored
Jun 18, 2021
by
Piotr Gawron
Browse files
debug remved
parent
f02f10f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
rest-api/src/main/java/lcsb/mapviewer/api/projects/ProjectRestImpl.java
View file @
ab68288b
...
...
@@ -796,10 +796,7 @@ public class ProjectRestImpl extends BaseRestImpl {
if
(
key
.
equalsIgnoreCase
(
"description"
))
{
background
.
setDescription
((
String
)
value
);
}
else
if
(
key
.
equalsIgnoreCase
(
"id"
))
{
if
(!
Objects
.
equals
(
value
,
overlayId
))
{
logger
.
error
(
"!!!!!!!!!!!!!!!!!"
);
logger
.
error
(
value
);
logger
.
error
(
overlayId
);
if
(!
Objects
.
equals
(
value
,
overlayId
))
{
throw
new
QueryException
(
"cannot change id"
);
}
}
else
if
(
key
.
equalsIgnoreCase
(
"name"
))
{
...
...
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