mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
Create global inbox actions (#4903)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -64,7 +64,10 @@ export default mergeIds(notificationId, notification, {
|
||||
},
|
||||
groups: {},
|
||||
action: {
|
||||
Unsubscribe: '' as Ref<Action>
|
||||
Unsubscribe: '' as Ref<Action>,
|
||||
ArchiveAll: '' as Ref<Action>,
|
||||
ReadAll: '' as Ref<Action>,
|
||||
UnreadAll: '' as Ref<Action>
|
||||
},
|
||||
actionImpl: {
|
||||
Unsubscribe: '' as ViewAction,
|
||||
@@ -77,6 +80,9 @@ export default mergeIds(notificationId, notification, {
|
||||
UnHideDocNotifyContext: '' as ViewAction,
|
||||
UnReadNotifyContext: '' as ViewAction,
|
||||
ReadNotifyContext: '' as ViewAction,
|
||||
DeleteContextNotifications: '' as ViewAction
|
||||
DeleteContextNotifications: '' as ViewAction,
|
||||
ArchiveAll: '' as ViewAction,
|
||||
ReadAll: '' as ViewAction,
|
||||
UnreadAll: '' as ViewAction
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user