Skip to content

Commit

Permalink
Merge pull request #41 from sivakumars3442/master
Browse files Browse the repository at this point in the history
821380: Resolved the location issue in file manager dialog while getting details for multiple files.
  • Loading branch information
keerthanaRajendran authored Nov 13, 2024
2 parents bab5cb7 + 94b750f commit 21a6d85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Models/PhysicalFileProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,12 @@ public virtual FileManagerResponse Details(string path, string[] names, params F
if (previousPath == relativePath && !isVariousFolders)
{
previousPath = relativePath;
fileDetails.Location = previousPath.Substring(1);
}
else
{
isVariousFolders = true;
fileDetails.Location = "Various Folders";
}
}
fileDetails.Size = byteConversion(long.Parse(fileDetails.Size)).ToString();
Expand Down

0 comments on commit 21a6d85

Please sign in to comment.