SbloodyS commented on code in PR #17046:
URL:
https://github.com/apache/dolphinscheduler/pull/17046#discussion_r1990991504
##########
dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-context-menu.tsx:
##########
@@ -126,7 +126,7 @@ export default defineComponent({
const handleCopy = () => {
const genNums = 1
const type = props.cell?.data.taskType
- const taskName = uuid(props.cell?.data.taskName + '_')
+ const taskName = uuid(props.cell?.data.taskName + '-')
Review Comment:
Modifying the global rule directly will cause other task types to be
abnormal, so I think we should create a new rule for the k8s task type.
--
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]