WangJPLeo commented on code in PR #10718:
URL: https://github.com/apache/dolphinscheduler/pull/10718#discussion_r913356330
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/QueueServiceImpl.java:
##########
@@ -160,7 +160,7 @@ public Map<String, Object> createQueue(User loginUser,
String queue, String queu
queueMapper.insert(queueObj);
result.put(Constants.DATA_LIST, queueObj);
putMsg(result, Status.SUCCESS);
-
+ resourcePermissionCheckService.postHandle(AuthorizationType.QUEUE,
loginUser.getId(), Collections.singletonList(queueObj.getId()), logger);
Review Comment:
This is a post action, saving the data permission relationship in the
external extension.
When an exception occurs, a Runtime exception will be thrown and rolled back.
--
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]