Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yminkevich opened this issue Mar 21, 2025 · 0 comments
Assignees
Labels
bug Something isn't working DependsOn DependsOn-related logic

Comments

@yminkevich
Copy link
Collaborator

yminkevich commented Mar 21, 2025

Code Example:

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

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

@yminkevich yminkevich added bug Something isn't working DependsOn DependsOn-related logic labels Mar 21, 2025
@ala-n ala-n self-assigned this Mar 24, 2025
@ala-n ala-n changed the title DependsOn: the next '@DependsOn' overwrites the previous one instead of combining [572] DependsOn: the next '@DependsOn' overwrites the previous one instead of combining Mar 24, 2025
@ala-n ala-n changed the title [572] DependsOn: the next '@DependsOn' overwrites the previous one instead of combining [EAK-572] DependsOn: the next '@DependsOn' overwrites the previous one instead of combining Mar 24, 2025
ala-n added a commit that referenced this issue Mar 25, 2025
…ity and readonly

Note: support for managed disable was done before

Closes: #572
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working DependsOn DependsOn-related logic
Projects
None yet
Development

No branches or pull requests

2 participants