Skip to content
Snippets Groups Projects
Commit 756e101b authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3366468 by lexsoft, jurgenhaas: Condition: field value changed - not working for booleans

parent 97248147
No related branches found
No related tags found
10 merge requests!474Issue #3333115 by jurgenhaas, rocketeerbkw: Unable to fix an existing model...,!428#3454057: Add group option to Group element.,!426Added array check validation for value.,!416Set Entity View Mode,!415Issue #3435954 by boinkster: Add token support to Views Export file name,!411Draft: Resolve #3432502 "Simplify extending existing plugins.",!400Load original entity revision,!396Issue #3409166: Add missing 'label' for conditions in config schema.,!388Issue #3381021: Being able to rename physical file,!382Issue #3378283: Webform access tokens do not get replaced when ECA is enabled
......@@ -58,6 +58,10 @@ class EntityFieldValueChanged extends ConditionBase {
'weight' => $original_value[$key]['weight'] ?? $value[$key]['weight'],
];
break;
default:
ksort($value[$key]);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment