Also return Userfields for Userobjects (endpoint /objects/{entity}) (fixes #979)

This commit is contained in:
Bernd Bestel
2020-08-31 22:32:56 +02:00
parent ad4f8a19af
commit ae590fa910
2 changed files with 37 additions and 0 deletions

View File

@@ -73,6 +73,7 @@
- Performance improvements of the `/stock/products/*` endpoints (thanks @fipwmaqzufheoxq92ebc)
- Fixed that the endpoint `/objects/{entity}/{objectId}` always returned successfully, even when the given object not exists (now returns `404` when the object is not found) (thanks @fipwmaqzufheoxq92ebc)
- Fixed that the endpoint `/stock/volatile` didn't include products which expire today (thanks @fipwmaqzufheoxq92ebc)
- Fixed that the endpoint `/objects/{entity}` did not include Userfields for Userentities (so the effective endpoint `/objects/userobjects`)
- Fixed (again) that CORS was broken
### General & other improvements/fixes