Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-11959

Several Disable conditions not taken into account

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Critical Critical
    • 4.8.0
    • 4.8.0
    • None
    • None
    • 4.8.0 M9

      Following disable conditions have been added to a repeater. 

             <disable-conditions type="and">  
                  <condition id="isEvaluated" operator="neq">true</condition>
                  <condition id="mccNoteEliminatoire" operator="eq">2</condition>
              </disable-conditions>

      => Only "isEvaluated" condition is taken into account. 

      => "mccNoteEliminatoire" condition is not taken into account. 

      Note 1 : If I set only one condition, it is correctly taken into account. 

      Note 2 : If I change the order of conditions, behaviour is the same : only "isEvaluated' condition is taken into account. 

            cbayle Caroline Bayle
            mfranchet Magali Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: