Skip to content

Commit

Permalink
fix: change angular json, fix menu header
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Badura committed Feb 14, 2024
1 parent 7ab3c7f commit 9692621
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"scripts": [],
"codeCoverageExclude": [
"**/*.module.ts",
"src/app/test/**",
"src/app/environments/**",
"src/app/shared/generated/**"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ocx-portal-page permission="MENU#VIEW" helpArticleId="PAGE_MENU_DETAIL" pageName="PAGE_MENU_DETAIL">
<ocx-page-header
*ngIf="portal"
[header]="portal ? portal.name + ('MENU.HEADER' | translate) : ''"
[header]="workspaceName ? workspaceName + ('MENU.HEADER' | translate) : ''"
[subheader]="'MENU.SUBHEADER' | translate"
[actions]="actions"
>
Expand Down

0 comments on commit 9692621

Please sign in to comment.