Skip to content

Commit 538e424

Browse files
[DSC-1902] enable edit and new menu sections for community and collections admin
1 parent b95a7e9 commit 538e424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/menu.resolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ export class MenuResolver implements Resolve<boolean> {
318318
id: 'new_item',
319319
parentID: 'new',
320320
active: false,
321-
visible: isSiteAdmin,
321+
visible: isSiteAdmin || isCommunityAdmin || isCollectionAdmin,
322322
model: {
323323
type: MenuItemType.ONCLICK,
324324
text: 'menu.section.new_item',

0 commit comments

Comments
 (0)