These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Folder Tree not update

Hello,

When i creat a new folder the Folder Tree is not updated.
To get the update i have to relogin.
Could you fix the pb.
Thanks
Laurent 12/30/2004 12:47 PM
I solve the problem
In the file core.js in the function Command (cmd, param) { ...
.....

In the section NewFolder and Delete just add a refresh :

parent.wexTree.location.reload();

Happy New Year
Laurent 12/30/2004 1:11 PM