-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
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.
[CMS-11959] Several Disable conditions not taken into account
| Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
| Resolution | New: Cannot Reproduce [ 5 ] | |
| Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
| Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
| Assignee | New: Caroline Bayle [ cbayle ] |
| Priority | Original: Major [ 3 ] | New: Critical [ 2 ] |
| Description |
Original:
Following disable conditions have been added to a repeater.
{code:java} <disable-conditions type="and"> <condition id="isEvaluated" operator="neq">true</condition> <condition id="mccNoteEliminatoire" operator="eq">2</condition> </disable-conditions>{code} => Only "isEvaluated" condition is taken into account. => "mccNoteEliminatoire" condition is not taken into account. Note : If I set only one condition, it is correctly taken into account. |
New:
Following disable conditions have been added to a repeater.
{code:java} <disable-conditions type="and"> <condition id="isEvaluated" operator="neq">true</condition> <condition id="mccNoteEliminatoire" operator="eq">2</condition> </disable-conditions>{code} => 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. |
| Fix Version/s | New: 4.8.0 [ 17990 ] |