Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-03-06 12:57:31 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63da59b0f5c623aabbdaa22474dbf15c44792a06
63da59b0
1 parent
37488c25
Documentation
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/main/java/org/legrog/web/publisher/ListPublisherActionsView.java
src/main/java/org/legrog/web/publisher/ListPublisherActionsView.java
View file @
63da59b
...
...
@@ -51,6 +51,9 @@ public class ListPublisherActionsView implements Serializable {
//no args constructor to make it proxyable
}
/**
* Sets view up according to availability of Id in stringId
*/
@PostConstruct
@RequestAction
public
void
init
()
{
...
...
@@ -72,6 +75,9 @@ public class ListPublisherActionsView implements Serializable {
}
}
/**
* Filters on Id
*/
public
void
filterOnID
()
{
publisherActions
=
publisherActions
.
stream
()
.
filter
(
action
->
action
.
getPublisher
().
getPublisherId
()
==
publisherId
)
...
...
Please
register
or
login
to post a comment