ruanwenjun commented on code in PR #11141:
URL: https://github.com/apache/dolphinscheduler/pull/11141#discussion_r931804395


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/permission/ResourcePermissionCheckService.java:
##########
@@ -51,7 +51,7 @@
      * @param logger
      * @return
      */
-    boolean operationPermissionCheck(Object authorizationType, Integer userId, 
String permissionKey, Logger logger);
+    boolean operationPermissionCheck(Object authorizationType, Object[] 
projectIds, Integer userId, String permissionKey, Logger logger);

Review Comment:
   It would be great if this can be refactored in the future when you have time.



-- 
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]

Reply via email to