mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 03:18:23 +00:00
[draft] removed related code & files (#5993)
* [draft] removed related code & files * [draft] removed related code & files
This commit is contained in:
@@ -38,10 +38,6 @@ class EditorUtilities {
|
||||
});
|
||||
}
|
||||
|
||||
createFile(filePath, isDraft) {
|
||||
return seafileAPI.createFile(repoID, filePath, isDraft);
|
||||
}
|
||||
|
||||
deleteFile(filePath) {
|
||||
return seafileAPI.deleteFile(repoID, filePath);
|
||||
}
|
||||
@@ -95,18 +91,6 @@ class EditorUtilities {
|
||||
return seafileAPI.revertFile(historyRepoID, filePath, commitID);
|
||||
}
|
||||
|
||||
listDrafts() {
|
||||
return seafileAPI.listDrafts();
|
||||
}
|
||||
|
||||
deleteDraft(id) {
|
||||
return seafileAPI.deleteDraft(id);
|
||||
}
|
||||
|
||||
publishDraft(id) {
|
||||
return seafileAPI.publishDraft(id);
|
||||
}
|
||||
|
||||
zipDownload(parent_dir, dirents) {
|
||||
return seafileAPI.zipDownload(repoID, parent_dir, dirents);
|
||||
}
|
||||
|
Reference in New Issue
Block a user