Project

General

Profile

« Previous | Next » 

Revision ea0d94e6

Added by Ohad Levy about 7 years ago

fixes #19192 - adds mark all as read notification action

This implements missing feature from patternfly ( see http://www.patternfly.org/pattern-library/communication/notification-drawer/#/code/angular)

View differences:

webpack/assets/javascripts/react_app/components/notifications/index.js
expandGroup,
expandedGroup,
onMarkAsRead,
onMarkGroupAsRead,
hasUnreadMessages,
isReady,
onClickedLink
......
onExpandGroup={expandGroup}
onClickedLink={onClickedLink}
onMarkAsRead={onMarkAsRead}
onMarkGroupAsRead={onMarkGroupAsRead}
expandedGroup={expandedGroup}
notificationGroups={notifications}
/>}

Also available in: Unified diff