webdav portal edit in fixes

This commit is contained in:
vfedosevich 2015-02-09 04:46:51 -08:00
parent fe391560cb
commit f0a63cb289
3 changed files with 9 additions and 4 deletions

View file

@ -60,6 +60,7 @@ namespace WebsitePanel.WebDavPortal.Controllers.Api
var url = new Uri(Request.RequestUri, urlPart).ToString();
fileInfo.DownloadUrl = url;
fileInfo.ClientUrl = _webDavManager.GetFileUrl(token.FilePath);
return fileInfo;
}