Describe the bug
When the dataset page loads, the listing of files and folder calls the server twice.
There is two calls in the javascript console. Need to figure out which one is the second call and remove it. Example call:
POST https://clowder/datasets/59f36b364f0c8f24de9dc222/updatedFilesAndFolders?limit=20&pageIndex=0&space=59f37bfb4f0c8f24de9dde9b
To Reproduce
- Load any dataset page
- Look at javascript console
Expected behavior
One call to sever should suffice.
Describe the bug
When the dataset page loads, the listing of files and folder calls the server twice.
There is two calls in the javascript console. Need to figure out which one is the second call and remove it. Example call:
POST https://clowder/datasets/59f36b364f0c8f24de9dc222/updatedFilesAndFolders?limit=20&pageIndex=0&space=59f37bfb4f0c8f24de9dde9b
To Reproduce
Expected behavior
One call to sever should suffice.