Skip to content

Commit

Permalink
Submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jul 24, 2024
1 parent f40a525 commit f989cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 24 files
+1 −1 classes/decision/Repository.php
+7 −40 classes/notification/INotificationInfoProvider.php
+1 −1 classes/notification/NotificationDAO.php
+5 −28 classes/notification/NotificationManagerDelegate.php
+3 −13 classes/notification/NotificationSettingsDAO.php
+8 −91 classes/notification/NotificationSubscriptionSettingsDAO.php
+80 −132 classes/notification/PKPNotificationManager.php
+57 −141 classes/notification/PKPNotificationOperationManager.php
+4 −4 classes/notification/managerDelegate/AnnouncementNotificationManager.php
+29 −38 classes/notification/managerDelegate/EditorAssignmentNotificationManager.php
+45 −59 classes/notification/managerDelegate/EditorDecisionNotificationManager.php
+3 −2 classes/notification/managerDelegate/EditorialReportNotificationManager.php
+4 −3 classes/notification/managerDelegate/PKPApproveSubmissionNotificationManager.php
+21 −35 classes/notification/managerDelegate/PKPEditingProductionStatusNotificationManager.php
+13 −19 classes/notification/managerDelegate/PendingRevisionsNotificationManager.php
+26 −37 classes/notification/managerDelegate/QueryNotificationManager.php
+26 −34 classes/notification/managerDelegate/SubmissionNotificationManager.php
+14 −36 classes/workflow/WorkflowStageDAO.php
+10 −5 controllers/grid/plugins/PluginGalleryGridHandler.php
+2 −2 js/classes/Handler.js
+6 −5 js/controllers/modal/ConfirmationModalHandler.js
+2 −1 js/controllers/modal/ModalHandler.js
+1 −1 js/controllers/modal/VueModalHandler.js
+1 −1 js/controllers/wizard/fileUpload/form/FileUploadFormHandler.js

0 comments on commit f989cc7

Please sign in to comment.