Skip to content

Commit

Permalink
Merged in DSC-371_Fix_visibility_of_cms_menu_entry (pull request #75)
Browse files Browse the repository at this point in the history
[DSC-371] Fix visibility of cms menu entry
  • Loading branch information
alemarte committed Dec 30, 2021
2 parents 1386621 + fbf85ba commit 740c0b7
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 740c0b7

Please sign in to comment.