Uploaded image for project: 'Talend Component Kit'
  1. Talend Component Kit
  2. TCOMP-783

ActiveIfs doesn't make option visible

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Trivial
    • 0.0.10
    • None
    • None
    • All
    • Small

    Description

      Option with ActiveIfs (2 checkboxes 'true' simultaneously) still is not visible independently on checkbox values.

       @Option
          private boolean checkbox1;
          
          @Option
          private boolean checkbox2;
          
          @Option
          @Proposable("dynamicValues")
          @ActiveIfs({@ActiveIf(target="checkbox1", value="true"), @ActiveIf(target="checkbox2", value="true")})
          private String value;
      

      Attachments

        Activity

          People

            dchmyga Dmytro Chmyga (Inactive)
            dsylaiev Dmytro Sylaiev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: