Skip to content
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

[UBS] Management Order Controller GET Get address by order id responce 500 #3091

Open
MyloslavaM opened this issue Aug 20, 2021 · 0 comments

Comments

@MyloslavaM
Copy link

Environment: mac OS Big Sur 11,2 , browser Firefox 91.0b9
Reproducible: always

Preconditions

User is logged as admin
order has been created

Steps to reproduce

  1. Go to 'https://greencity-ubs.azurewebsites.net/ubs/management/read-address-order/607'
  2. Click submit

Actual result
{
"timestamp": "2021-08-20T16:35:37.125+0000",
"status": 500,
"error": "Internal Server Error",
"message": "source cannot be null",
"path": "/ubs/management/read-address-order/607"
}

Expected result
{
"comment": "string",
"district": "string",
"entranceNumber": "string",
"houseCorpus": "string",
"houseNumber": "string",
"street": "string"
}
The address should appear according to order id

User story and test case links
E.g.: "User story #2787
Test case"

Labels to be added
"Bug", Priority ("pri: "), Severity ("severity:"), Type ("UI, "Functional"), "API" (for back-end bugs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant