Skip to content

Commit 4e179ab

Browse files
authored
Merge pull request #164 from eisbilir/fix/list-projects
fix roles list
2 parents 815a061 + 016d014 commit 4e179ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cronos/onlinereview/actions/project/ListProjectsAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ public String execute() throws BaseException {
255255
Resource[] allMyResources = null;
256256
if (projects.length != 0 && isUserLoggedIn) {
257257
if (activeTab == 1) { // My projects
258-
allMyResources = ActionsHelper.createResourceManager().getResourcesByProjects(projectIds);
258+
allMyResources = ActionsHelper.createResourceManager().getResourcesByProjects(projectIds, userId);
259259
}
260260
}
261261

0 commit comments

Comments
 (0)