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

@ValuesConditional annotation is making multiple calls #690

Open
addulaajayreddy opened this issue Jan 17, 2020 · 0 comments
Open

@ValuesConditional annotation is making multiple calls #690

addulaajayreddy opened this issue Jan 17, 2020 · 0 comments

Comments

@addulaajayreddy
Copy link

Issue Details

Type of Issue (check one with "X")

[X ] Bug Report => Please search GitHub for a similar issue or PR before submitting
[ ] Feature Request => Please ensure feature is not already in progress
[ ] Support Request => Please do not submit support requests here, instead see: https://discourse.oss.antheminc.com/

Current Behavior

@ValuesConditional making multiple calls

Expected Behavior

Expected to make only one call

How to Reproduce the Issue

Steps to Reproduce

Code Snippet

@TextBox(postEventOnChange = true) @ValuesConditional(condition = { @Condition(when = "state != null", then = @Values(url = "/p/myquery")) }, targetPath = "/../label2") @Label(value = "Label 1") private String label1; @ComboBox(postEventOnChange = true) @Label(value = "Label 2") private String label2;

Environment Details

  • Nimbus Version:
    1.3.1.M6

  • Browser:
    Chrome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants