Problems migrating dashboard/branding configs to ondemand.d/*yml

For our site’s configurations, I’m migrating most of our env vars from nginx_stage.yml to the parameters in ondemand.d/*.yml. Overall, I’m very happy with the change, but for some reason, I can’t get brand_link_active_bg_color to work. Any tips on debugging it?

We’re still on OOD 3.1.16 and here is the YAML I’m using. Other than brand_link_active_bg_color, everything else works. It’s possible I’ve got some configuration cruft laying around in another file, but I can’t find anything unexpected by grepping.

dashboard_title: “PACE Phoenix-Dev OnDemand”
dashboard_logo:  “/public/phoenix-dev_logo.png”
dashboard_logo_height: 200px
brand_bg_color: “#a4925a”
brand_link_active_bg_color: “#ff0000”

Thanks again!
Ron

That appears to be a bug we fixed in 4.0, but looking now we didn’t backport it to 3.1.

Got it, another reason for us to upgrade to 4.X :slight_smile:

1 Like