From 394d65db31e7501e1a4930a509420e43c5a87ed1 Mon Sep 17 00:00:00 2001 From: Mahan Ch Date: Fri, 30 May 2025 23:23:53 +0330 Subject: [PATCH] changes --- .../Areas/Client/Pages/Company/SubAccounts/Index.cshtml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ServiceHost/Areas/Client/Pages/Company/SubAccounts/Index.cshtml.cs b/ServiceHost/Areas/Client/Pages/Company/SubAccounts/Index.cshtml.cs index de93359a..f484a9a6 100644 --- a/ServiceHost/Areas/Client/Pages/Company/SubAccounts/Index.cshtml.cs +++ b/ServiceHost/Areas/Client/Pages/Company/SubAccounts/Index.cshtml.cs @@ -112,7 +112,8 @@ namespace ServiceHost.Areas.Client.Pages.Company.SubAccounts { Id = getDetails.Id, Title = getDetails.Title, - Permissions = getDetails.Permissions + Permissions = getDetails.Permissions, + WorkshopIds = getDetails.WorkshopIds }; return Partial("ModalEditRole", command); }