-
Notifications
You must be signed in to change notification settings - Fork 323
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
Project manager should update the asset if they have the same name #11166
Comments
Checking the current state of
When importing the project with the same name: looking at the logic, I suppose that it was not designed to replace the existing project, but to create a duplicate one: enso/app/ide-desktop/client/src/projectManagement.ts Lines 146 to 154 in f37e50e
it even deals with the directory name clashes: enso/app/ide-desktop/client/src/projectManagement.ts Lines 335 to 342 in f37e50e
|
Also, a comment about the renaming logic of
I used to name the projects according to the issue. For example, to test this issue I created a project Perhaps this naming logic is acceptable if we don't expect our users to use numbers to distinguish their projects. |
well, it is a good point to raise, as you might run into this issue for dates as well |
AFAIK the Cloud adds |
yeah. we use brackets for names in metadata, not sure what we should do for directory names. i think the intention of using plain old |
Steps to reproduce:
More context: #11111 (review)
The text was updated successfully, but these errors were encountered: