diff --git a/.woodpecker.env b/.woodpecker.env index f743fb1af1..33b19535d6 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=86cc6c0119bf551619699ae80d43a9be4fe3aae2 +WEB_COMMITID=909f9915b39cb736467d02a9afdc7e9bfa99de53 WEB_BRANCH=main diff --git a/services/frontend/pkg/revaconfig/config.go b/services/frontend/pkg/revaconfig/config.go index 0da6f04a0b..faa7d3b42d 100644 --- a/services/frontend/pkg/revaconfig/config.go +++ b/services/frontend/pkg/revaconfig/config.go @@ -63,7 +63,7 @@ func FrontendConfigFromStruct(cfg *config.Config, logger log.Logger) (map[string "tags": true, "archivers": archivers, "app_providers": appProviders, - "favorites": true, + "favorites": false, "full_text_search": cfg.FullTextSearch, }