Skip to content

Commit

Permalink
pkp#10618 Add OMP notifications for productiong stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Nov 25, 2024
1 parent e9f10ea commit ca727db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/dashboard/PKPDashboardHandlerNext.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ public function index($args, $request)
'NOTIFICATION_LEVEL_TRIVIAL' => Notification::NOTIFICATION_LEVEL_TRIVIAL,

'NOTIFICATION_TYPE_VISIT_CATALOG' => Notification::NOTIFICATION_TYPE_VISIT_CATALOG,
'NOTIFICATION_TYPE_FORMAT_NEEDS_APPROVED_SUBMISSION' => Notification::NOTIFICATION_TYPE_FORMAT_NEEDS_APPROVED_SUBMISSION,
'NOTIFICATION_TYPE_ASSIGN_PRODUCTIONUSER' => Notification::NOTIFICATION_TYPE_ASSIGN_PRODUCTIONUSER,
'NOTIFICATION_TYPE_AWAITING_REPRESENTATIONS' => Notification::NOTIFICATION_TYPE_AWAITING_REPRESENTATIONS,

Expand Down

0 comments on commit ca727db

Please sign in to comment.