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
9cf3ddc6
Commit
9cf3ddc6
authored
Jan 23, 2018
by
Elias Englmeier
Browse files
server tests
parent
0ac9f182
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/MapModule/bin/MapModule/portlet/MapModulePortlet.class
View file @
9cf3ddc6
No preview for this file type
modules/MapModule/src/main/java/MapModule/portlet/MapModulePortlet.java
View file @
9cf3ddc6
...
...
@@ -50,6 +50,7 @@ public class MapModulePortlet extends MVCPortlet {
User
user
;
if
(
ProjectLocalServiceUtil
.
getProjectByLayoutIdRef
(
themeDisplay
.
getLayout
().
getPrimaryKey
())
!=
null
){
System
.
out
.
println
(
"MM: 1"
);
System
.
out
.
println
(
ProjectLocalServiceUtil
.
getProjectByLayoutIdRef
(
themeDisplay
.
getLayout
().
getPrimaryKey
()));
long
projectId
=
ProjectLocalServiceUtil
.
getProjectByLayoutIdRef
(
themeDisplay
.
getLayout
().
getPrimaryKey
()).
getPrimaryKey
();
try
{
user
=
PortalUtil
.
getUser
(
renderRequest
);
...
...
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