<#804 Fix: breadcrumb feature flag priority order>...
# flyte-github
c
#804 Fix: breadcrumb feature flag priority order Pull request opened by FrankFlitton TL;DR Change the feature flag logic priority order. Old: default, env, default, params, New: default, env, params Now:
default: false
env: true
will enable a flag
default: false
env: true
params: false
will disable a flag Type ☑︎ Bug Fix ☐ Feature ☐ Plugin Are all requirements met? ☑︎ Code completed ☑︎ Smoke tested ☐ Unit tests added ☐ Code documentation added ☐ Any pending items have an associated Issue Complete description Tested by adding the breadcrumb env var to
yarn start
script to verify loading order. Tracking Issue fixes flyteorg/flyte#3896 Follow-up issue NA flyteorg/flyteconsole GitHub Actions: Build & Push FlyteConsole Image GitHub Actions: Get Release Tag GitHub Actions: Generate Release GitHub Actions: unit_tests_with_coverage GitHub Actions: lint_project 4 other checks have passed 4/9 successful checks
a