Skip to content

Multiple instances of same struct field return null #329

@armandostyl

Description

@armandostyl

If I have multiple instances of the same struct field, and dependency fieldsets, the fieldset higher in the form is negated as the same struct fields in an option below overwrite responses as null.

eg.

select "Test?" "Test|No Test"

fieldset "Info" "Test"
struct_field "test1"
struct_field "test2"

fieldset "info" "No Test"
struct_field "test1"
struct_field "test3"

In this case, if Test is selected, struct_field "test1" will return null. If I switch the order of the dependencies, it goes the other way around.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions