From 10917644ab14cb8a452e54f33cdfea5511eae101 Mon Sep 17 00:00:00 2001 From: nicpitsch Date: Thu, 23 Sep 2021 10:05:24 +0200 Subject: [PATCH] Profile properties as dropdown in User Management (same as User Profile). --- Oqtane.Client/Modules/Admin/Users/Edit.razor | 25 +++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/Oqtane.Client/Modules/Admin/Users/Edit.razor b/Oqtane.Client/Modules/Admin/Users/Edit.razor index aac65f2c..167adc8d 100644 --- a/Oqtane.Client/Modules/Admin/Users/Edit.razor +++ b/Oqtane.Client/Modules/Admin/Users/Edit.razor @@ -88,13 +88,32 @@ else
- @if (p.IsRequired) + @if (!string.IsNullOrEmpty(p.Options)) { - + } else { - + @if (p.IsRequired) + { + + } + else + { + + } }