Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
civitas-digitalis
platform
Commits
5b85789b
Commit
5b85789b
authored
Jan 23, 2018
by
Elias Englmeier
Browse files
print to test server
parent
d0f94de7
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/MapModule/bin/MapModule/portlet/MapModulePortlet.class
View file @
5b85789b
No preview for this file type
modules/MapModule/src/main/java/MapModule/portlet/MapModulePortlet.java
View file @
5b85789b
...
...
@@ -68,7 +68,7 @@ public class MapModulePortlet extends MVCPortlet {
//case guest user
result
=
JSONFactoryUtil
.
looseSerializeDeep
(
IdeasLocalServiceUtil
.
getIdeasByUserRoleProjectId
(
RoleConstants
.
GUEST
,
-
1
,
projectId
));
}
System
.
out
.
println
(
result
);
System
.
out
.
println
(
result
.
isEmpty
()
);
if
(
result
.
isEmpty
()){
System
.
out
.
println
(
"xxx"
);
//at least return all accepted ideas in any case
...
...
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