cloudoperators / juno

Monorepo for the Juno modular frontend framework, apps, design system and component library
http://cloudoperators.github.io/juno/
Apache License 2.0
4 stars 0 forks source link

[Task](greenhouse): improve initialFilters Assignment to Conditionally Include support_group Key #611

Closed ArtieReus closed 1 week ago

ArtieReus commented 1 week ago

Task Description Currently, the code in Greenhouse assigns the support_group key in appProps.initialFilters based on the existence of authData?.parsed?.supportGroups. Second Supernova due to initialFilter being set as { "support_group": "undefined" } when supportGroups was missing or incorrectly retrieved led to unhandled exceptions due to the unexpected value of undefined for support_group.

Background

Sub-tasks