-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix bug when creating admin tags #4837
Fix bug when creating admin tags #4837
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @joaoGabriel55 , thanks for the PR! 🙏🏼
I left a few comments and examples in the code. Let me know what you think!
7eca455
to
5f2dc6d
Compare
Hi @joaoGabriel55, thank you for taking the time to apply the suggestions. 🙏 As all the commits share the same objective and we are changing just two files, I think it'd be nice if you merge all the changes into a single one. You can use |
Minor fix Implemented specs for tags_controller and tag model Code review
5f2dc6d
to
e767350
Compare
Hi @joaoGabriel55, thanks for rebasing 🙏🏼. Just in case you are interested, at a certain point, there was a change in GitHub Actions on pull requests done by people who don't have write access to the repository. Since then, we haven't been able to run the linters in these cases. We still haven't found how to fix the issue. Sorry for that! I just downloaded this branch and executed Pronto, and there are no issues. 👌🏼 |
References
PR from Issue #4829
Objectives
Fix Error 422 when creating admin Tags
Visual Changes