Skip to content

[EAK-572] DependsOn: the next '@DependsOn' overwrites the previous one instead of combining #572

@yminkevich

Description

@yminkevich

Code Example:

@DialogField
@Switch 
@DependsOn(query = "@condition1")
@DependsOn(query = "@condition2")
private boolean enableField;

Actual result: Only condition2 is working
Expected result: Conditions should combine

Metadata

Metadata

Assignees

Labels

DependsOnDependsOn-related logicbugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions