Page MenuHomeIn-Portal Phabricator

MINC-138 - Update Order user via "OrdersItem" object on the user login/registration page
ClosedPublic

Authored by alex on Dec 17 2015, 6:21 AM.

Details

Test Plan

Preparations (Admin Console)

  1. go to User ManagementUsers section
  2. create user
  3. go to ConfigurationUsersGeneral section
  4. change Allow new user registration setting value to Immediate
  5. save changes
  6. go to Website & ContentStructure & Data section
  7. go to Products category
  8. create Sub Products category
  9. create any product in that Sub Products category

Part 1 (Front-End)

  1. login
  2. add product to cart
  3. confirm that current order (created on Front-End) is owned by logged-in user

Part 2 (Front-End)

  1. add product to cart
  2. login
  3. confirm that current order (created on Front-End) is owned by logged-in user

Part 3 (Front-End)

  1. register
  2. add product to cart
  3. confirm that current order (created on Front-End) is owned by logged-in user

Part 4 (Front-End)

  1. add product to cart
  2. register
  3. confirm that current order (created on Front-End) is owned by logged-in user

Diff Detail

Repository
rMINC Modules.In-Commerce
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex updated this revision to Diff 434.Dec 17 2015, 6:21 AM
alex retitled this revision from to MINC-138 - On user login/registration update Order user via "OrdersItem" object.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): MINC-138.
alex planned changes to this revision.Dec 18 2015, 5:15 AM

I'm getting No Permission error today (not sure why I wasn't getting it when this was developed initially). Need to investigate.

alex requested a review of this revision.Dec 18 2015, 5:38 AM

False alarm. Turned out to be an issue within customized code on one of the projects.

glebs accepted this revision.Dec 25 2015, 2:39 AM
glebs edited edge metadata.
This revision is now accepted and ready to land.Dec 25 2015, 2:39 AM
alex edited edge metadata.Mar 10 2016, 5:24 AM
alex added a project: Restricted Project.
This revision was automatically updated to reflect the committed changes.
alex retitled this revision from MINC-138 - On user login/registration update Order user via "OrdersItem" object to MINC-138 - Update Order user via "OrdersItem" object on the user login/registration page.Jul 16 2016, 6:31 AM