-
Notifications
You must be signed in to change notification settings - Fork 0
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
pfs-211 added in ff for admin #475
Conversation
045e2d5
to
f6afcb9
Compare
f6afcb9
to
848e37a
Compare
e30772d
to
16c6554
Compare
16c6554
to
ba93bc6
Compare
yarn.lock
Outdated
@@ -1429,10 +1429,9 @@ onetime@^5.1.0: | |||
dependencies: | |||
mimic-fn "^2.1.0" | |||
|
|||
"opg-sirius-header@ministryofjustice/opg-sirius-header#semver:v0.26.0": | |||
"opg-sirius-header@ministryofjustice/opg-sirius-header#semver:v0.27.0-pfs-211-feature-flag-added-for-payments-admin.4": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you'll need to run yarn install
again as this is still pointing at the PR image.
internal/server/env_vars.go
Outdated
DefaultPaTeam: defaultPaTeamId, | ||
DefaultProTeam: defaultProTeamId, | ||
Features: strings.Split(getEnv("FEATURES", ""), ","), | ||
FinanceAdminLink: getEnv("FINANCE_ADMIN_LINK", "1"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better to default this to toggled off, otherwise if the flag is not set to off in prod for some reason, it will be defaulted to on.
…inance admin link
a867f5f
to
645a465
Compare
No description provided.