Merge pull request #486 from sbwalker/master

added ability to set default container at the page level, expanded size of role description in upgrade script for 0.9.2
This commit is contained in:
Shaun Walker
2020-05-15 09:49:45 -04:00
committed by GitHub
10 changed files with 104 additions and 20 deletions

View File

@ -166,6 +166,7 @@ namespace Oqtane.Controllers
page.EditMode = false;
page.ThemeType = parent.ThemeType;
page.LayoutType = parent.LayoutType;
page.DefaultContainerType = parent.DefaultContainerType;
page.Icon = parent.Icon;
page.Permissions = new List<Permission> {
new Permission(PermissionNames.View, userid, true),