ufopleds / DengueME

BSD 2-Clause "Simplified" License
4 stars 5 forks source link

[PR] Fixes #32. In Rename feature, name validation prevents users to use the same name of a local model (from user's personal library) #36

Closed miguelspe closed 7 years ago

miguelspe commented 7 years ago

[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