Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d677691e
authored
Apr 10, 2017
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Role searcher should fetch only people from this event
1 parent
04e15be0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/moya-web/src/main/java/fi/codecrew/moya/web/cdiview/user/RoleView.java
code/moya-web/src/main/java/fi/codecrew/moya/web/cdiview/user/RoleView.java
View file @
d677691
...
@@ -98,7 +98,7 @@ public class RoleView extends GenericCDIView {
...
@@ -98,7 +98,7 @@ public class RoleView extends GenericCDIView {
// By default this returns only 20 first results.
// By default this returns only 20 first results.
UserSearchQuery
usq
=
new
UserSearchQuery
();
UserSearchQuery
usq
=
new
UserSearchQuery
();
usq
.
setSearch
(
user
);
usq
.
setSearch
(
user
);
usq
.
setOnlyThisEvent
(
fals
e
);
usq
.
setOnlyThisEvent
(
tru
e
);
SearchResult
<
User
>
ret
=
userbean
.
getUsers
(
usq
);
SearchResult
<
User
>
ret
=
userbean
.
getUsers
(
usq
);
return
ret
.
getResults
();
return
ret
.
getResults
();
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment