xwikisas / application-filemanager

XWiki application to manage a hierarchy of folders and files
GNU Lesser General Public License v2.1
0 stars 4 forks source link

User cannot use folder that was uploaded or created with files when folder name starts with dot #96

Closed petrenkonikita112263 closed 6 months ago

petrenkonikita112263 commented 7 months ago

Prerequisites:

Step to reproduce:

  1. Navigate into FileManager.WebHome page
  2. Click "New File" button
  3. Select "Enable folder selection"
  4. Drag or Browser folder .system
  5. Refresh FileManager table
  6. Select from hierarchy tree newly uploaded .system folder

Actual result: image Infinite load the result of its content in FileManager table

Whereas the issue doesn't happen, if you select option "Open in New Tab"

Extra steps: Manually creating folder .system gives also infinitive loader in table image

Expected result: FileManager table displays content of folder with dot at the beginning of the the name.

I see similar issue was reported on free version FILEMAN-53