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

Fixes unique constraint bugs #4745

Merged
merged 3 commits into from
Apr 3, 2019
Merged

Fixes unique constraint bugs #4745

merged 3 commits into from
Apr 3, 2019

Conversation

chiatt
Copy link
Member

@chiatt chiatt commented Apr 3, 2019

Prevents unique constraint check from exiting prematurely and validating against the tile getting saved. re #4375

match = False
break
if match is True:
message = _('This card violates a unique constraint. The following value is already saved: ')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (121 > 119 characters)

@coveralls
Copy link

coveralls commented Apr 3, 2019

Coverage Status

Coverage remained the same at ?% when pulling eee5ee0 on 4725_incorrect_prov_flag into 9894a75 on master.

@chiatt chiatt merged commit 89e6b93 into master Apr 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants