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

Remove validation of BREAD when the request is of tagging #5779

Open
wants to merge 1 commit into
base: 1.6
Choose a base branch
from

Conversation

JdSeus
Copy link

@JdSeus JdSeus commented Jul 25, 2023

I was working with tags in a model and suddenly it stopped working.

After some research I found that Voyager was trying to use the same validation rules that were in the BREAD of my tag model.

As the tag creation will try to pass only the display column, I don't think it should go through the BREAD validation.

This pull request will keep the BREAD validation only when the request is not of tagging.

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.

None yet

1 participant