Changelog and code optimizations for pull request #420

This commit is contained in:
Bernd Bestel
2019-10-19 10:33:46 +02:00
parent a0fc06f6ed
commit da2c8d48ac
2 changed files with 22 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
### Calendar improvements
- Improved that meal plan events in the iCal calendar export now contain a link to the appropriate meal plan week in the body of the event (thanks @kriddles)
### General & other fixes
### General & other improvements/fixes
- Fixed that the meal plan menu entry (sidebar) was not visible when the calendar was disabled (`FEATURE_FLAG_CALENDAR`) (thanks @lwis)
- Slightly optimized table loading & search performance (thanks @lwis)
- For integration: If a `GET` parameter `closeAfterCreation` is passed to the product edit page, the window will be closed on save (due to Browser restrictions, this only works when the window was opened from JavaScript) (thanks @Forceu)