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); }