Completed
Last Updated: 04 Feb 2021 12:07 by ADMIN
Release 2020.R3.SP2
Jeff
Created on: 05 May 2020 16:27
Category: FileManager
Type: Bug Report
2
Renaming a Directory doesn't always refresh the path of files contained in the folder that was renamed

Open the demo at https://demos.telerik.com/aspnet-mvc/filemanager

right click Images in the tree and click rename. 

Change the name

select the new folder name in the tree

try to do anything with the files in that folder (rename or delete are available in the demo)

= server error 500 

 

the path did not update to the new path.

but if you refresh you see the folder renamed and worked (and now you can do things with the files inside)

 

 

now if you add a folder inside Images and do the same process over again it works as expected...

2 comments
ADMIN
Nencho
Posted on: 06 May 2020 10:28

Hello, Jeff,

I can confirm that this is a bug, which is why I have converted this thread to a bug report. In addition, I have updated your Telerik points for reporting for that issue.

Please excuse us for any inconvenience caused by the bug.

Regards,
Nencho
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Jeff
Posted on: 05 May 2020 16:52

We have noticed that we can work around this issue by ALWAYS setting the HasDirectories attribute to true on every folder.

 

Not ideal but it seems to be working for us as a temporary work around.