Add support for renaming files on the fly in the file manager

This commit is contained in:
Dane Everitt
2019-02-18 20:41:58 -08:00
parent 52115b5c77
commit ff820f30ad
10 changed files with 230 additions and 37 deletions

View File

@@ -83,7 +83,7 @@
}
this.isLoading = true;
createFolder(this.server, this.credentials, `${this.fm.currentDirectory}/${this.folderName.replace(/^\//, '')}`)
createFolder(this.server.uuid, this.credentials, `${this.fm.currentDirectory}/${this.folderName.replace(/^\//, '')}`)
.then(() => {
this.$emit('close');
this.onModalClose();