Skip to content

Commit

Permalink
feat: Fix build failure due to add new attribute for portalConfig - E…
Browse files Browse the repository at this point in the history
  • Loading branch information
GouadriaHanen committed Aug 25, 2023
1 parent 6294861 commit 08c699d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ protected void createSite(SiteType type, String siteName) throws Exception {
null,
null,
container,
null);
null,
true,
5);
this.layoutService.create(new PortalConfig(portal));

NavigationContext nav = new NavigationContext(type.key(siteName), new NavigationState(1));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ protected void createSite(SiteType type, String siteName) throws Exception {
null,
null,
container,
null);
null,
true,
8);
this.layoutService.create(new PortalConfig(portal));

NavigationContext navigation = new NavigationContext(type.key(siteName), new NavigationState(1));
Expand Down

0 comments on commit 08c699d

Please sign in to comment.