Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert default flags for BCA, CSO, ESRA. #150

Merged
merged 2 commits into from
Aug 29, 2023
Merged
Changes from 1 commit
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
4 changes: 1 addition & 3 deletions utils/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ declare const window: any
* Default flag values when LD is not available.
* NOTE: To disable dashboard tiles, you require an entry in here.
* Otherwise the tile will get disabled on the frontpage, but not under the dashboard section.
* These also don't seem to be working when you use a tool to block LaunchDarkly. This needs to be fixed in the future.
*/
const defaultFlagSet: LDFlagSet = {
'bcregistry-ui-bca-enabled': false,
'bcregistry-ui-bus-search-enabled': true,
'bcregistry-ui-bus-search-beta-chip': false,
'bcregistry-ui-bus-search-coming-soon-chip': false,
'bcregistry-ui-cso-enabled': true,
'bcregistry-ui-esra-enabled': true,
'bcregistry-ui-mhr-enabled': true,
'bcregistry-ui-ppr-new-chip': true,
'bcregistry-ui-rpt-new-chip': true,
Expand Down