Skip to content
GitLab
Menu
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
f7dbfb7b
Commit
f7dbfb7b
authored
Feb 27, 2018
by
Elias Englmeier
Browse files
accepted ideas are no longer added to the drop down menu
parent
590e11df
Changes
2
Show whitespace changes
Inline
Side-by-side
modules/ideaService/ideaService-service/bin/ideaService/service/impl/IdeasLocalServiceImpl.class
View file @
f7dbfb7b
No preview for this file type
modules/ideaService/ideaService-service/src/main/java/ideaService/service/impl/IdeasLocalServiceImpl.java
View file @
f7dbfb7b
...
...
@@ -120,7 +120,8 @@ public class IdeasLocalServiceImpl extends IdeasLocalServiceBaseImpl {
if
(
status
.
equals
(
ReviewStatus
.
ACCEPTED
)){
//Makes the layout visible to everyone.
Layout
layout
=
LayoutLocalServiceUtil
.
getLayout
(
i
.
getLayoutRef
());
layout
.
setHidden
(
false
);
//Change this to true if the drop down is supposed to show the idea
//layout.setHidden(false);
layout
.
persist
();
}
...
...
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