We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment: Windows 11 Home 22H2 Google Chrome Version 117.0.5938.89 (64-bit) GreenCityDocker-3 Postman 10.17.7
Reproducible: always.
Preconditions: GreenCityDocker-3 is built and running User is authorized At least one habit is created by user with a custom's list
Steps to reproduce:
Actual result: Response code 200 and "customShoppingListItems" is null
Expected result: Response code 200 and response body is sent :
"customShoppingListItemDto": [ { "id": number, "text": "name of item", "status": "ACTIVE" } ]
Attachments In habitAssignId I put 6 from the database. This is assign for user 7, for habit with id 34.
In a habit with id 34 we have a custom item list with such two items.
But in the response body we got “null” instead of information from the database.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment:
Windows 11 Home 22H2
Google Chrome Version 117.0.5938.89 (64-bit)
GreenCityDocker-3
Postman 10.17.7
Reproducible: always.
Preconditions:
GreenCityDocker-3 is built and running
User is authorized
At least one habit is created by user with a custom's list
Steps to reproduce:
Actual result:
Response code 200 and "customShoppingListItems" is null
Expected result:
Response code 200 and response body is sent :
"customShoppingListItemDto": [
{
"id": number,
"text": "name of item",
"status": "ACTIVE"
}
]
Attachments
![13](https://private-user-images.githubusercontent.com/140553661/270196875-12e05853-b850-4e7e-be63-866d4001b7a6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NzYwNTMsIm5iZiI6MTczOTY3NTc1MywicGF0aCI6Ii8xNDA1NTM2NjEvMjcwMTk2ODc1LTEyZTA1ODUzLWI4NTAtNGU3ZS1iZTYzLTg2NmQ0MDAxYjdhNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwMzE1NTNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xODc5ZmQ2MjU3ZTE2NjI4ZDk3ZmVmMjA2ODdhMzIwZmMzYWRkNWU3YzIxYjdmYzVkNDc5NzYzMDUzOGJjOWExJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.jjNlPWzb44s_pyjn-HL-1HmifdbI7K6ESQJAqkdy0Xw)
In habitAssignId I put 6 from the database. This is assign for user 7, for habit with id 34.
In a habit with id 34 we have a custom item list with such two items.
But in the response body we got “null” instead of information from the database.
The text was updated successfully, but these errors were encountered: