-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule update ##MrRob100/download-reviews-from-modal##
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule pkp
updated
12 files
+441 −1 | api/v1/reviews/PKPReviewController.php | |
+6 −0 | classes/core/PKPPageRouter.php | |
+21 −0 | classes/core/PKPString.php | |
+1 −0 | composer.json | |
+509 −312 | composer.lock | |
+1 −1 | cypress/tests/integration/NativeXmlImportExportSubmission.cy.js | |
+3 −0 | locale/en/api.po | |
+9 −0 | locale/en/editor.po | |
+15 −3 | locale/en/invitation.po | |
+44 −12 | templates/controllers/grid/users/reviewer/readReview.tpl | |
+132 −0 | templates/controllers/grid/users/reviewer/reviewDownload.tpl | |
+52 −44 | xml/oai2.xsl |
Submodule ui-library
updated
2 files
+2 −0 | src/components/Container/Container.vue | |
+91 −0 | src/managers/ReviewerManager/ReviewerManagerReadReviewModal.vue |