Changes to method names per request

This commit is contained in:
Mitchel Sellers
2019-05-19 21:05:10 -05:00
parent 86adae19c1
commit 4d55c68e4b
7 changed files with 14 additions and 14 deletions

View File

@ -84,7 +84,7 @@
{
//TODO: Move this to shared component. This is used in this control Add, Edit, and Delete controls as well
moduledefinitions = await ModuleDefinitionService.GetModuleDefinitionsAsync();
containers = ThemeService.CalculateSelectableContainers(await ThemeService.GetThemesAsync());
containers = ThemeService.GetContainerTypes(await ThemeService.GetThemesAsync());
List<Module> modules = await ModuleService.GetModulesAsync(PageState.Site.SiteId, Constants.PageManagementModule);
pagemanagementmoduleid = modules.FirstOrDefault().ModuleId;
if (UserService.IsAuthorized(PageState.User, PageState.Page.EditPermissions))