-
Notifications
You must be signed in to change notification settings - Fork 495
Closed
Labels
Description
If an object is selected and a new object gets uploaded, the UI now lists no items instead of reloading and listing the new item.
Note:
Same happens when multiple objects get selected and deleted.
Expected Behavior
It should list the new item including existing items
Current Behavior
It shows an empty list
Possible Solution
Path stays on the previous object selected which might be causing some issues.
Steps to Reproduce (for bugs)
- On a bucket with objects, select an object
- The menu on the right should show up (with actions Download, preview, etc.)
- Upload a new object
- [Bug] Here the list shows empty and still pointing to the previous object.
Your Environment
- MinIO version used (
minio --version): RELEASE.2023-08-09T23-30-22Z

