Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
a2814e84fb
1 changed files with 2 additions and 0 deletions
|
@ -1487,6 +1487,8 @@ func exportBoxSYZip(boxID string) (zipPath string) {
|
|||
}
|
||||
|
||||
func exportSYZip(boxID, rootDirPath, baseFolderName string, docPaths []string) (zipPath string) {
|
||||
defer util.ClearPushProgress(100)
|
||||
|
||||
dir, name := path.Split(baseFolderName)
|
||||
name = util.FilterFileName(name)
|
||||
if strings.HasSuffix(name, "..") {
|
||||
|
|
Loading…
Add table
Reference in a new issue