We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 815a061 + 016d014 commit 4e179abCopy full SHA for 4e179ab
src/main/java/com/cronos/onlinereview/actions/project/ListProjectsAction.java
@@ -255,7 +255,7 @@ public String execute() throws BaseException {
255
Resource[] allMyResources = null;
256
if (projects.length != 0 && isUserLoggedIn) {
257
if (activeTab == 1) { // My projects
258
- allMyResources = ActionsHelper.createResourceManager().getResourcesByProjects(projectIds);
+ allMyResources = ActionsHelper.createResourceManager().getResourcesByProjects(projectIds, userId);
259
}
260
261
0 commit comments