From 85993653e45754da547939785a8203494fd9bfe5 Mon Sep 17 00:00:00 2001 From: Nicolae Irimia Date: Thu, 3 Jul 2025 10:06:53 +0300 Subject: [PATCH 1/2] add new FE component --- Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs b/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs index 7d4cce6..66f5178 100644 --- a/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs +++ b/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs @@ -50,6 +50,7 @@ public enum FeComponentType Credentials_Smtp_Inbound = 41, Form_Template = 42, + Map_Properties = 43, Ignore = 100, Any = 101, From 9eb0f9b1d009e0235774796039721feb25273611 Mon Sep 17 00:00:00 2001 From: Nicolae Irimia Date: Thu, 3 Jul 2025 10:07:54 +0300 Subject: [PATCH 2/2] rename --- Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs b/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs index 66f5178..b923116 100644 --- a/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs +++ b/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs @@ -50,7 +50,7 @@ public enum FeComponentType Credentials_Smtp_Inbound = 41, Form_Template = 42, - Map_Properties = 43, + Map_Parameters = 43, Ignore = 100, Any = 101,