Skip to content

[bug] Fix loading of dynamic options #4886

@monikakuster

Description

@monikakuster

There are properties with dependent options, where the available options in one property depend on the selected value of the previous property (e.g., the second property depends on the first, the third depends on the second, and so on).

When all properties are selected, everything works as expected. However, if a value is cleared in an intermediate property (e.g., the second one), an error occurs. The system attempts to use a null value to load options for the next dependent property (e.g., the third), resulting in an undefined field error.

The logic should be updated so that when a value is cleared, dependent properties are also reset and their options cleared, instead of throwing an error.

Screencast.from.2026-04-29.09-49-38.webm

Metadata

Metadata

Assignees

Labels

backendConcerning any and all backend issuesworkflow-componentNew backend component request

Type

Projects

Status

👀 In review

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions