You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
Due to the unique index catalogue_un_idx1, an error is thrown on the backend when I try to add a subdirectory with the same name as an existing task, but the frontend page does not respond.
What you expected to happen
I hope to either delete or modify the unique index catalogue_un_idx1, or have the frontend display a clear error message when adding a subdirectory fails.
How to reproduce
Attempt to add a subdirectory with the same name as any task under the parent directory.
Anything else
I want to fix this issue. Should I modify or delete this unique key constraint, or should I check for duplicates before inserting?
Search before asking
What happened
Due to the unique index catalogue_un_idx1, an error is thrown on the backend when I try to add a subdirectory with the same name as an existing task, but the frontend page does not respond.
What you expected to happen
I hope to either delete or modify the unique index catalogue_un_idx1, or have the frontend display a clear error message when adding a subdirectory fails.
How to reproduce
Attempt to add a subdirectory with the same name as any task under the parent directory.
Anything else
I want to fix this issue. Should I modify or delete this unique key constraint, or should I check for duplicates before inserting?
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: