[BUG] In Rename feature, name validation prevents users to use the same name of a local model (from user's personal library).
This PR fixes the problem with the rename feature reported on #32. Now, when renaming a model, the duplicated name validation only prevents the use of a valid name if some model inside the same project already has this same name.
[BUG] In Rename feature, name validation prevents users to use the same name of a local model (from user's personal library).
This PR fixes the problem with the rename feature reported on #32. Now, when renaming a model, the duplicated name validation only prevents the use of a valid name if some model inside the same project already has this same name.
Closes #32