calvinjiang opened a new pull request #9017: URL: https://github.com/apache/dolphinscheduler/pull/9017
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request This PR will close #9015 . <!--(For example: This pull request adds checkstyle plugin).--> ## Brief change log I found that the back-end api couldn't support to modify the project name of an existing task group. So I decide to take it out from the editing form of the task group. <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> ## Verify this pull request This change added tests and can be verified as follows: - *Manually verified the change by testing locally.* The test result are as follows: When editing an existing task group, the form won't support to modify the project of the task group. <img width="1089" alt="image" src="https://user-images.githubusercontent.com/4928204/159117948-dc3676ee-91be-4d46-8ed5-c62d35e9b26d.png"> But if you want to create a new task group, the form still supports to pick a project for the task group. <img width="1416" alt="image" src="https://user-images.githubusercontent.com/4928204/159117952-4afb3672-66b6-4c60-bf27-c0c6fc35f0b3.png"> -- 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]
