-
Notifications
You must be signed in to change notification settings - Fork 586
Unable to create root folder if the name is duplicated from a child folder #1521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@bachvtuan I cannot reproduce this. Which version are you using? |
Version: django-filer-3.3.1 |
All right, setting The culprit might be here. I need to find out why this is happening: django-filer/filer/admin/folderadmin.py Lines 89 to 107 in 7aa9b13
|
Sample:
I have "RootFolder" and its child folder "SubFolder"
I can't create another root folder with name "SubFolder"
The text was updated successfully, but these errors were encountered: