We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27e758 commit f925273Copy full SHA for f925273
1 file changed
src/app/menu.resolver.ts
@@ -372,7 +372,7 @@ export class MenuResolver implements Resolve<boolean> {
372
{
373
id: 'coar_notify',
374
active: false,
375
- visible: isSiteAdmin,
+ visible: isSiteAdmin && isCoarNotifyEnabled,
376
model: {
377
type: MenuItemType.TEXT,
378
text: 'menu.section.coar_notify'
@@ -384,7 +384,7 @@ export class MenuResolver implements Resolve<boolean> {
384
id: 'notify_dashboard',
385
386
parentID: 'coar_notify',
387
388
389
type: MenuItemType.LINK,
390
text: 'menu.section.notify_dashboard',
0 commit comments