Fixed that the meal plan menu item was not visible when the calendar was disabled (through feature flags) (closes #415)

This commit is contained in:
Bernd Bestel
2019-10-12 10:35:47 +02:00
parent 68dc1bc1f9
commit 3328c789d4
2 changed files with 5 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
### 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
- Fixed that the meal plan menu entry (sidebar) was not visible when the calendar was disabled (`FEATURE_FLAG_CALENDAR`) (thanks @lwis)