You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/commonData/i18n/common/en.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
"project": {
23
23
"projectName": "Project Name",
24
24
"gotoScriptis": "Visit Scriptis",
25
-
"createProject": "Create Project",
25
+
"createproject": "Create Project",
26
26
"editorProject": "Edit Project",
27
27
"search": "Search Project",
28
28
"deleteProject": "Delete Project",
@@ -84,6 +84,7 @@
84
84
"infoHeader": "Welcome to My Project !",
85
85
"infoBodyFirstRow": "DataSphere Studio is a one-stop portal focusing on development and management of data application, as a part of WeDataSphere -- the big data platform of WeBank.",
86
86
"infoBodySecondRow": "Based on Linkis computation middleware, it's able to easily integrate various data application systems, making the development of data application easier and simpler.",
let projectList =this.cacheData.filter((item) => {
208
208
returnitem.id===projectData.taxonomyID;
209
209
});
210
-
if (this.checkName(projectList[0].dssProjectList, projectData.name, projectData.id)) returnthis.$Message.warning(this.$t('message.project.nameUnrepeatable'));
210
+
if (this.checkName(projectList[0].dwsProjectList, projectData.name, projectData.id)) returnthis.$Message.warning(this.$t('message.project.nameUnrepeatable'));
if (this.checkName(projectList[0].dssProjectList, name, this.currentProjectData.id)) returnthis.$Message.warning(this.$t('message.project.nameUnrepeatable'));
403
+
if (this.checkName(projectList[0].dwsProjectList, name, this.currentProjectData.id)) returnthis.$Message.warning(this.$t('message.project.nameUnrepeatable'));
404
404
};
405
405
this.dispatch('Project:copy', copyCheckName);
406
406
} elseif (this.currentForm==='publishForm') {
@@ -492,7 +492,7 @@ export default {
492
492
this.sortType[id] = name ==='updateTime'?this.$t('message.project.updteTime') :this.$t('message.project.name')
493
493
this.dataList=this.dataList.map((item) => {
494
494
if (!id || id ===item.id) {
495
-
item.dssProjectList=item.dssProjectList.sort((a, b) => {
495
+
item.dwsProjectList=item.dwsProjectList.sort((a, b) => {
if (this.checkName(flowList[0].dssFlowList, projectData.name, projectData.id)) returnthis.$Message.warning(this.$t('message.workflow.nameUnrepeatable'));
187
+
if (this.checkName(flowList[0].dwsFlowList, projectData.name, projectData.id)) returnthis.$Message.warning(this.$t('message.workflow.nameUnrepeatable'));
0 commit comments