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
Steps to reproduce:
Actual result: Response code 200 and "usersIdWhoCreatedCustomHabit" is null
Expected result: Response code 200 and "usersIdWhoCreatedCustomHabit": “number of id user”
Attachments In habitAssignId I put 6 from the database. This is assign for user 7, for habit with id 34.
User 7 as well created a habit with id 34.
But in the response body we get null instead of 7.
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
Steps to reproduce:
Actual result:
Response code 200 and "usersIdWhoCreatedCustomHabit" is null
Expected result:
Response code 200 and "usersIdWhoCreatedCustomHabit": “number of id user”
Attachments
![13](https://private-user-images.githubusercontent.com/140553661/270196580-0eb929e1-4106-4444-9671-3cfea7e88bcf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTAzNDMsIm5iZiI6MTczOTU5MDA0MywicGF0aCI6Ii8xNDA1NTM2NjEvMjcwMTk2NTgwLTBlYjkyOWUxLTQxMDYtNDQ0NC05NjcxLTNjZmVhN2U4OGJjZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwMzI3MjNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ODA3MTg0OTJiMDY5ZjMwYjI5MmU4MDlmODQ1NmE3MDg2MDk1Yzk1MWRjNzVhMDY4YzNmODdjYTkzZTExOGJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ZoArnTQt5p4KMU-jiXNwOfgzuQ74AIp8oImx9CIVdg4)
In habitAssignId I put 6 from the database. This is assign for user 7, for habit with id 34.
User 7 as well created a habit with id 34.
![14](https://private-user-images.githubusercontent.com/140553661/270196616-b9ccf153-f8aa-488e-b5f5-5b7ea88f9880.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTAzNDMsIm5iZiI6MTczOTU5MDA0MywicGF0aCI6Ii8xNDA1NTM2NjEvMjcwMTk2NjE2LWI5Y2NmMTUzLWY4YWEtNDg4ZS1iNWY1LTViN2VhODhmOTg4MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwMzI3MjNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02Mjg5MTMwNmFjMmJkOTBhZDczMWE2Mjk3MDk3ZTdmMDg5N2RiYTMxOGU3NDRmYTRhZWFiNjA2NjljMDczZjA5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.sNLZu2iinnJXkinKCzRUE9Gxjw0nfRjGTII5aYqopRI)
But in the response body we get null instead of 7.
The text was updated successfully, but these errors were encountered: