bhliva commented on a change in pull request #401: [DLAB-1266] Fixed issue with 
switching between project for user (not …
URL: https://github.com/apache/incubator-dlab/pull/401#discussion_r345785240
 
 

 ##########
 File path: 
services/self-service/src/main/java/com/epam/dlab/backendapi/service/ProjectService.java
 ##########
 @@ -31,7 +31,7 @@
 
        List<ProjectManagingDTO> getProjectsForManaging();
 
-       List<ProjectDTO> getUserActiveProjects(UserInfo userInfo);
+       List<ProjectDTO> getUserActiveProjects(UserInfo userInfo, boolean 
active);
 
 Review comment:
   pls rename method to getUserProjects

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to