limaiwang commented on code in PR #12034:
URL: https://github.com/apache/dolphinscheduler/pull/12034#discussion_r975193875


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProjectV2Controller.java:
##########
@@ -288,4 +288,23 @@ public ProjectListResponse queryAllProjectList(@ApiIgnore 
@RequestAttribute(valu
         Result result = projectService.queryAllProjectList(loginUser);
         return new ProjectListResponse(result);
     }
+
+    /**
+     * query all project list for dependent
+     *
+     * @param loginUser login user
+     * @return all project list
+     */
+    @ApiOperation(value = "queryAllProjectListForDependent", notes = 
"QUERY_ALL_PROJECT_LIST_FOR_DEPENDENT_NOTES")
+    @ApiImplicitParams({
+            @ApiImplicitParam(name = "loginUser", value = "LOGIN_USER", 
dataTypeClass = Object.class, example = "\"{id:100}\"", required = true)
+    })

Review Comment:
   removed



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