Skip to content

Commit 02aec71

Browse files
authored
fix(driver/quark_uc): Fix display of non-compliant filenames (#2000)
1 parent fca993a commit 02aec71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/quark_uc/util.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ func (d *QuarkOrUC) GetFiles(parent string) ([]model.Obj, error) {
7373
"pdir_fid": parent,
7474
"_size": strconv.Itoa(size),
7575
"_fetch_total": "1",
76+
"fetch_all_file": "1",
77+
"fetch_risk_file_name": "1",
7678
}
7779
if d.OrderBy != "none" {
7880
query["_sort"] = "file_type:asc," + d.OrderBy + ":" + d.OrderDirection

0 commit comments

Comments
 (0)