You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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