Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 5 additions & 51 deletions .rhcicd/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,67 +45,21 @@ objects:
- segmentId: notifications-settings
bundleId: settings
navItems:
# V1 navigation (FedRAMP + commercial without Kessel)
- title: Notifications
id: notifications-v1
id: notifications
expandable: true
permissions:
- method: featureFlag
args:
- platform.chrome.kessel
- false
routes:
- id: notificationOverview-v1
- id: notificationOverview
icon: PlaceholderIcon
title: Overview
href: '/settings/notifications'
- id: configureEvents-v1
- id: configureEvents
title: Configure Events
href: '/settings/notifications/configure-events'
permissions:
- method: loosePermissions
args:
- - notifications:*:*
- notifications:notifications:read
- id: eventLog-v1
- id: eventLog
title: Event Log
href: '/settings/notifications/eventlog'
permissions:
- method: loosePermissions
args:
- - notifications:*:*
- notifications:events:read
- id: myUserPreferences-v1
title: Notification Preferences
href: '/settings/notifications/user-preferences'
# V2 navigation (commercial, Kessel available)
- title: Notifications
id: notifications-v2
expandable: true
permissions:
- method: isKesselEnabled
args:
- true
routes:
- id: notificationOverview-v2
icon: PlaceholderIcon
title: Overview
href: '/settings/notifications'
- id: configureEvents-v2
title: Configure Events
href: '/settings/notifications/configure-events'
permissions:
- method: loosePermissionsKessel
args:
- - notifications_notifications_view
- id: eventLog-v2
title: Event Log
href: '/settings/notifications/eventlog'
permissions:
- method: loosePermissionsKessel
args:
- - notifications_events_view
- id: myUserPreferences-v2
- id: myUserPreferences
title: Notification Preferences
href: '/settings/notifications/user-preferences'
position: 1000
Expand Down
Loading