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:57 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d28130c813bc6c773752fdd90d70377c93d00f7c
d28130c8
1 parent
63da59b0
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/ListPublisherVersionsView.java
src/main/java/org/legrog/web/publisher/ListPublisherVersionsView.java
View file @
d28130c
...
...
@@ -52,6 +52,9 @@ public class ListPublisherVersionsView implements Serializable {
//no args constructor to make it proxyable
}
/**
* Sets view up according to availability of Id in stringId
*/
@PostConstruct
@RequestAction
public
void
init
()
{
...
...
@@ -75,6 +78,9 @@ public class ListPublisherVersionsView implements Serializable {
}
}
/**
* Filters on Id
*/
protected
void
filterOnID
()
{
publisherVersions
=
publisherVersions
.
stream
()
.
filter
(
version
->
version
.
getPublisher
().
getPublisherId
()
==
publisherId
)
...
...
Please
register
or
login
to post a comment