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

[5.x] Fix unique validation rule #388

Merged
merged 1 commit into from
Dec 16, 2023
Merged

Conversation

duncanmcclean
Copy link
Member

@duncanmcclean duncanmcclean commented Dec 16, 2023

This pull request fixes an issue when using Laravel's unique validation rule.

Runway didn't provide the model's ID as a "replacement" value so the current model couldn't be excluded from the validation.

Fixes #385.

@duncanmcclean duncanmcclean merged commit 14d2f19 into 5.x Dec 16, 2023
8 checks passed
@duncanmcclean duncanmcclean deleted the fix/unique-validation branch December 16, 2023 16:54
Copy link

Released as part of v5.5.3.

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.

Unique validation not working on update
1 participant