From 6edca68fc99f719d33e5db953063306bb76883e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 23 May 2023 13:19:06 +0200 Subject: [PATCH] Add missing todo in deployment readme 'TODO-next-update.md' --- deployment/TODO-next-update.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/TODO-next-update.md b/deployment/TODO-next-update.md index 769fe4d67..8630275b7 100644 --- a/deployment/TODO-next-update.md +++ b/deployment/TODO-next-update.md @@ -2,7 +2,9 @@ When you overtake this deploy and rebrand repo to your network you have to recognize the following changes and doings: -## Version >= 2.4.0 with 'ocelotDockerVersionTag' 2.4.0-XXX +## Version >= 2.4.0 with 'ocelotDockerVersionTag' 2.4.0-298 + +- You have to set `SHOW_CONTENT_FILTER_HEADER_MENU` and `SHOW_CONTENT_FILTER_MASONRY_GRID` in `branding/constants/filter.js` originally in main code file `webapp/constants/filter.js` to your preferred value. ### Main Code PR – feat(webapp): map #5843