Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • concrexit concrexit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • thaliathalia
  • concrexitconcrexit
  • Merge requests
  • !604

Use user primary key in pizza API

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Sébastiaan Versteeg requested to merge fix/member-pk-pizzas-api into master Oct 12, 2017
  • Overview 2
  • Commits 1
  • Changes 1

Previous behaviour

Steps to reproduce:

  1. Create multiple users and make sure the member pk is not equal to the user model pk.
  2. Create a pizza event and place an order.
  3. Notice that the value of 'member' is not equal to the user model pk.

New behaviour

Steps to validate that it works:

  1. Create multiple users and make sure the member pk is not equal to the user model pk.
  2. Create a pizza event and place an order.
  3. Notice that the value of 'member' is equal to the user model pk.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/member-pk-pizzas-api