Radeity commented on code in PR #14392:
URL:
https://github.com/apache/dolphinscheduler/pull/14392#discussion_r1265188384
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java:
##########
@@ -439,4 +430,38 @@ public void deleteTaskGroupByProjectCode(long projectCode)
{
taskGroupQueueService.deleteByTaskGroupIds(taskGroupIds);
taskGroupMapper.deleteBatchIds(taskGroupIds);
}
+
+ private boolean hasProjectPerm(User loginUser, long projectCode,
Map<String, Object> result,
Review Comment:
Because that will cause circular dependency.
--
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]