Fix review code
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
Status changed to merged
Toggle commit list
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b fix_review_code origin/fix_review_code
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout develop git merge --no-ff fix_review_code
Step 4. Push the result of the merge to GitLab
git push origin develop
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
Reassigned to @lannn
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 3 commits:
Added 1 commit:
Added 1 commit:
| 46 | if (i == 0) | |
| 47 | session[@user_id][product_id] = number | |
| 48 | end | |
| 49 | end | |
| 50 | ||
| 51 | def update_product_to_cart(product_id, number) | |
| 52 | session[@user_id].each do |key, value| | |
| 53 | if (key == product_id.to_s) | |
| 54 | session[@user_id][key] = number | |
| 55 | break | |
| 56 | end | |
| 57 | end | |
| 58 | end | |
| 59 | ||
| 60 | def check_quantity? | |
| 61 | if params[:quantity].to_i > 0 | |
Please
register
or
sign in
to reply
|
||
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
Added 1 commit:
mentioned in commit b9cc116f
mentioned in commit b9cc116f
Status changed to merged
Status changed to merged