Reimplemented CORS handling (fixes #681)

This commit is contained in:
Bernd Bestel
2020-04-13 10:00:29 +02:00
parent 855b24c515
commit b971375881
5 changed files with 51 additions and 244 deletions

View File

@@ -27,7 +27,8 @@
### Calendar fixes
- Fixed that the "Share/Integrate calendar (iCal)" button did not work (thanks @tsia)
### API improvements
### API improvements/fixes
- Fixed that CORS was broken (there was no response to preflight OPTIONS requests)
- The endpoint `/stock/products/{productId}/locations` now also returns the current stock amount of the product in that loctation (new field/property `amount`) (thanks @Forceu)
### General & other improvements/fixes