File Manager in the data view is blocked after deleting files
0
Hello community! It's my first time using file manager widget and I've faced quite an interesting bug: I have a data view for the file manager (data source is a microflow which creates an entity of the file, since it's put in the different data view, so it cannot be just the context). I also put the upload file button (calls microflow with changes the object, commits it and refreshes in client - I need it for the list view to show which files were uploaded). I also have a list view which selects and filters the files, so the user can see what he has uploaded. The problem is when user uses this list view to delete the object, the data view with file manager and upload button is not available (attach the screenshot). Also, when I'm uploading several files one after another it only saves the last one, when the previous one is gone. It can be solved by refreshing the page, but the user will lost the changes. Any ideas how to fix it?... Thanks in advance