Closed MorganRodgers closed 5 years ago
The problem appears to be that the CloudCmd client always caches the request. The idea presumably being that if the user expects that the underlying file system has changed then they will use the refresh button.
A solution is to set the jQuery caching flag to false.
A user was recently surprised by the behavior of the view button. They noticed that when they view a file, changed it, and then clicked the View button again, they were shown with the unchanged file.
The files explorer does not need to be a live update, but it should not display cached results.