From 4da187de6f36fd3f6149ade2cc3776bba588c21f Mon Sep 17 00:00:00 2001 From: gumbarros Date: Tue, 7 Jan 2025 13:11:23 -0300 Subject: [PATCH] Added LegacyId support to Expressions --- src/Core/DataManager/Expressions/ExpressionParser.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Core/DataManager/Expressions/ExpressionParser.cs b/src/Core/DataManager/Expressions/ExpressionParser.cs index a5048aab7..1e003cb82 100644 --- a/src/Core/DataManager/Expressions/ExpressionParser.cs +++ b/src/Core/DataManager/Expressions/ExpressionParser.cs @@ -73,6 +73,9 @@ public class ExpressionParser(IHttpContext httpContext, ILogger claim.Type == "LegacyId")?.Value; + break; default: { if(userValues != null && userValues.TryGetValue(field, out var value))