Merge branch 'develop' into bugfix/register-block

This commit is contained in:
Alexey Safronov 2020-11-27 19:02:08 +03:00 committed by GitHub
commit 18a29f66dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,8 +123,7 @@ namespace ASC.Api.Documents
Files = folderItems.Entries
.Where(r => r.FileEntryType == FileEntryType.File)
.Select(r =>
{
//TODO
{
FileEntryWrapper wrapper = null;
if (r is File<int> fol1)
{