Skip to content

Commit

Permalink
[DSC-371] Fix visibility of cms menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
alemarte committed Dec 30, 2021
1 parent 1386621 commit fbf85ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/admin-sidebar/admin-sidebar.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ export class AdminSidebarComponent extends MenuComponent implements OnInit {
{
id: 'metadata_cms_edit',
active: false,
visible: false,
visible: authorized,
model: {
type: MenuItemType.LINK,
text: 'menu.section.cms_metadata_edit',
Expand Down

0 comments on commit fbf85ba

Please sign in to comment.