jonashellmann / everydocs-core

A simple Document Management System for private use with basic functionality to organize your documents digitally
GNU General Public License v3.0
209 stars 15 forks source link

Unable to create folder with same name #31

Closed Kimbaras closed 5 months ago

Kimbaras commented 6 months ago

Hi there,

The title may be a bit misleading, let me explain better that:

So, I'm basically trying to create a folder structure similar to

Root
   Bills
      Energy
         ProviderA
         ProviderB
      Gas
         ProviderA
         ProviderB

The issue is that when I try to create "ProviderA" folder under "Gas" folder nothing happens. I believe it may a check if the name / folder already exists in order to avoid duplicates, but no errors or warnings are displayed on the GUI.

If this is the intended behavior, I'd expect a warning about the folder name already existing or something similar. If it's not intended, then there's an issue :D

Currently using: everydocs:latest everydocs-web:latests mariadb:10.7.3

Thanks!

folder_structure nothing_happens

jonashellmann commented 5 months ago

Thank you for opening the issue, this definitely should be fixed! I should be able to investigate this problem in the next days 😄

jonashellmann commented 5 months ago

I merged #34 and created a new version 1.4.8. The everydocs-core:latest is updated as well. It should now be possible to have folders but the same name but different parent folders.