diff --git a/changelog/55_UNRELEASED_2019-xx-xx.md b/changelog/55_UNRELEASED_2019-xx-xx.md index af8b16fe..e3e04439 100644 --- a/changelog/55_UNRELEASED_2019-xx-xx.md +++ b/changelog/55_UNRELEASED_2019-xx-xx.md @@ -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) diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php index e460cc5b..e42f5dd2 100644 --- a/views/layout/default.blade.php +++ b/views/layout/default.blade.php @@ -187,6 +187,8 @@
+ @endif + @if(GROCY_FEATURE_FLAG_RECIPES)