Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .woodpecker.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The test runner source for UI tests
WEB_COMMITID=86cc6c0119bf551619699ae80d43a9be4fe3aae2
WEB_COMMITID=909f9915b39cb736467d02a9afdc7e9bfa99de53
WEB_BRANCH=main

2 changes: 1 addition & 1 deletion services/frontend/pkg/revaconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down
Loading