Skip to content
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

Error when changing the name of an object to a name of an object that exists is not handled #291

Closed
jogilder opened this issue Oct 13, 2016 · 1 comment
Labels

Comments

@jogilder
Copy link

If you try and create two objects on the same path with the same name then you get a flash message saying that you cannot create another object with the same name.
However if you try and change the name property of an object to a value that would match another existing object then you get an internal server error.

save_success on property/views.py does not handle a FolderKeyError

@domenkozar domenkozar added the bug label Oct 13, 2016
@tseaver
Copy link
Member

tseaver commented Oct 13, 2016

@jogilder Thanks for the report!

mcdonc added a commit that referenced this issue Oct 22, 2016
…tead of a sensible flash message being shown when an object was renamed to an existing other objects name using a propertysheet
@mcdonc mcdonc closed this as completed in 903d637 Oct 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants