diff --git a/TIAM.Services/SignalRTags.cs b/TIAM.Services/SignalRTags.cs
index 11ff9820..c82ccb90 100644
--- a/TIAM.Services/SignalRTags.cs
+++ b/TIAM.Services/SignalRTags.cs
@@ -48,6 +48,7 @@ public class SignalRTags : AcSignalRTags
//public const int RemoveAddress = 34;
public const int GetProfileById = 35;
+ public const int GetProfileByUserId = 36;
//public const int GetProfiles = 36;
//public const int GetProfileByContextId = 37;
diff --git a/TIAMSharedUI/Pages/Components/EditComponents/DynamicEditForm.razor b/TIAMSharedUI/Pages/Components/EditComponents/DynamicEditForm.razor
index d6a55cb0..5924a9a7 100644
--- a/TIAMSharedUI/Pages/Components/EditComponents/DynamicEditForm.razor
+++ b/TIAMSharedUI/Pages/Components/EditComponents/DynamicEditForm.razor
@@ -16,7 +16,7 @@
OnInvalidSubmit="@HandleInvalidSubmit"
Context="EditFormContext">
+ @MyCar.Manufacture
+@MyCar.CarModel
+@msg
@Context.UserDto.EmailAddress
+@Context.UserDto.PhoneNumber
+@msg
+- username - Donec id elit non mi porta gravida at eget metus... -
-- username - Donec id elit non mi porta gravida at eget metus... -
-- username - Donec id elit non mi porta gravida at eget metus... -
-- username - Donec id elit non mi porta gravida at eget metus... -
-Address:
+ //@(((Product)context.DataItem).Profile.Address.AddressText)
+Address:
+@(((Product)context.DataItem).Profile.Address.AddressText)
+ } + } + +Address:
-@(((Product)context.DataItem).Profile.Address.AddressText)
-Address:
-@(((Product)context.DataItem).Profile.Address.AddressText)
- } - - } - +