wen-hemin commented on code in PR #11782:
URL: https://github.com/apache/dolphinscheduler/pull/11782#discussion_r975979096
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProjectServiceImpl.java:
##########
@@ -538,6 +549,18 @@ public Result queryProjectCreatedAndAuthorizedByUser(User
loginUser) {
return result;
}
+ /**
+ * check whether have read permission
+ *
+ * @param user user
+ * @param project project
+ * @return true if the user have permission to see the project, otherwise
return false
+ */
+ private boolean checkReadPermission(User user, Project project) {
Review Comment:
Please confirm whether it is referenced
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]