Merge pull request #741 from ONLYOFFICE/bugfix/rooms-webdav

bugfix/rooms-webdav
This commit is contained in:
Pavel Bannov 2022-07-27 17:48:39 +03:00 committed by GitHub
commit d21ad45c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,6 +281,8 @@ public class FileStorageService<T> //: IFileStorageService
orderBy.SortedBy = SortedByType.New;
}
searchArea = parent.FolderType == FolderType.Archive ? SearchArea.Archive : searchArea;
int total;
IEnumerable<FileEntry> entries;
try