-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Correct misspelling in API Documentation for Create Product #3370
Correct misspelling in API Documentation for Create Product #3370
Conversation
@octoxan can you please rebase with master, so we get a green CI? Thank you 🙏 💚 |
end | ||
|
||
before do | ||
stock_location.stock_items.update_all(count_on_hand: 10) |
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.
Rails/SkipsModelValidations: Avoid using update_all because it skips validations.
@spaghetticode done |
@octoxan something went wrong with the rebase, your PR has now 23 commits from other people |
Ah dang. My bad. I'll try to fix it in the morning. I did a `git checkout
master` then a `git pull` followed by a `git rebase master`. Will try to
fix it somehow. Sorry about that!
…On Sat, Oct 19, 2019, 12:04 PM Andrea Longhi ***@***.***> wrote:
@octoxan <https://github.com/octoxan> something went wrong with the
rebase, your PR has now 23 commits from other people
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3370?email_source=notifications&email_token=ABBN34ZMGIXRTXWUCAAJSR3QPMVX7A5CNFSM4I6VSUF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBXU3PY#issuecomment-544165311>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBN345Y5J4LWBGWRAZ5223QPMVX7ANCNFSM4I6VSUFQ>
.
|
There we go. |
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.
@octoxan thank you 👍
"Creates" in the header was misspelled as "Creaets". This is just a quick fix.
Checklist: