You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/09/13 03:12:16 UTC

[GitHub] [dolphinscheduler] caishunfeng commented on a diff in pull request #11809: [fix-#11788]add return message

caishunfeng commented on code in PR #11809:
URL: https://github.com/apache/dolphinscheduler/pull/11809#discussion_r969107802


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java:
##########
@@ -856,7 +856,6 @@ public Map<String, Object> deleteProcessDefinitionByCode(User loginUser, long pr
             putMsg(result, Status.USER_NO_OPERATION_PERM);
             return result;
         }
-
         processDefinitionUsedInOtherTaskValid(processDefinition);

Review Comment:
   It has already check the online state here.



-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org