未验证 提交 f03dc47b 编写于 作者: X xingchun-chen 提交者: GitHub

Merge pull request #2756 from break60/dev-1.3.0

Fix rename check parameter
......@@ -67,7 +67,6 @@ mailPassword="xxxxxxxxxx"
starttlsEnable="true"
# SSL mail protocol support
# note: The SSL protocol is enabled by default.
# only one of TLS and SSL can be in the true state.
sslEnable="false"
......
......@@ -71,7 +71,7 @@
})
}else{
return this.store.dispatch('resource/resourceVerifyName', {
fullName: localStore.getItem('currentDir')+'/'+this.name,
fullName: '/'+this.name,
type: 'FILE'
})
}
......
......@@ -72,7 +72,7 @@
})
}else{
return this.store.dispatch('resource/resourceVerifyName', {
fullName: localStore.getItem('currentDir')+'/'+this.name,
fullName: '/'+this.name,
type: 'UDF'
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册