zhuangchong commented on a change in pull request #3940:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3940#discussion_r507019517
##########
File path:
dolphinscheduler-ui/src/js/conf/home/pages/security/pages/tenement/_source/createTenement.vue
##########
@@ -146,13 +146,6 @@
this.$message.warning(`${i18n.$t('Please enter name')}`)
return false
}
- // Verify tenant name cannot contain special characters
- let isSpecial = /[~#^$@%&!*()<>《》:;'"{}【】 ]/gi
- if (isSpecial.test(this.tenantName)) {
- this.$message.warning(`${i18n.$t('Please enter tenant name without
special characters')}`)
- return false
- }
-
Review comment:
why remove?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]