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 @@
type: 'UDF'