diff --git a/cypress/tests/integration/Categories.cy.js b/cypress/tests/integration/Categories.cy.js index 36baebb2f22..da8fb3fbbc7 100644 --- a/cypress/tests/integration/Categories.cy.js +++ b/cypress/tests/integration/Categories.cy.js @@ -6,8 +6,7 @@ * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. */ -// Temporarly Skip until OMP&OPS is migrated to new side modal workflow - describe.skip('Tests categories in the submission wizard', function() { + describe('Tests categories in the submission wizard', function() { var username = 'catauthor'; var familyName = 'Fraser' var title = 'Test submission wizard with categories'; diff --git a/cypress/tests/integration/DataAvailabilityStatements.cy.js b/cypress/tests/integration/DataAvailabilityStatements.cy.js index 25ea3bebf1b..286abf6d20a 100644 --- a/cypress/tests/integration/DataAvailabilityStatements.cy.js +++ b/cypress/tests/integration/DataAvailabilityStatements.cy.js @@ -2,9 +2,8 @@ * @file cypress/tests/integration/DataAvailabilityStatements.cy.js */ -// Temporarly Skip until OMP&OPS is migrated to new side modal workflow -describe.skip('DataAvailabilityStatements', function () { +describe('DataAvailabilityStatements', function () { var config = Cypress.env('dataAvailabilityTest'); var statement = 'This is an example of a data availability statement'; diff --git a/cypress/tests/integration/Filenames.cy.js b/cypress/tests/integration/Filenames.cy.js index 28ea1bec77d..6dd52fee765 100644 --- a/cypress/tests/integration/Filenames.cy.js +++ b/cypress/tests/integration/Filenames.cy.js @@ -6,8 +6,7 @@ * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. */ -// Temporarly Skip until OMP&OPS is migrated to new side modal workflow - describe.skip('Filename support for different character sets', function() { + describe('Filename support for different character sets', function() { it('#6898 Tests submission file download name is correct', function() { var name = 'edição-£$L<->/4/ch 丹尼爾 a دانيال1d line \\n break.pdf'; var encodedName = 'edi%C3%A7%C3%A3o-%C2%A3%24L%3C-%3E%2F4%2Fch+%E4%B8%B9%E5%B0%BC%E7%88%BE+a+%D8%AF%D8%A7%D9%86%D9%8A%D8%A7%D9%841d+line+%5Cn+break.pdf'; diff --git a/cypress/tests/integration/Multilingual.cy.js b/cypress/tests/integration/Multilingual.cy.js index 61e2202c5de..4494ebb75eb 100644 --- a/cypress/tests/integration/Multilingual.cy.js +++ b/cypress/tests/integration/Multilingual.cy.js @@ -5,8 +5,7 @@ * Copyright (c) 2000-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. */ -// Temporarly Skip until OMP&OPS is migrated to new side modal workflow -describe.skip('Multilingual configurations', function() { +describe('Multilingual configurations', function() { it('Tests when locale is active for Forms and Submissions but not UI', function() { cy.login('dbarnes'); cy.visit('index.php/publicknowledge/management/settings/website'); diff --git a/pages/dashboard/PKPDashboardHandlerNext.php b/pages/dashboard/PKPDashboardHandlerNext.php index 94d69703315..66cd8286153 100644 --- a/pages/dashboard/PKPDashboardHandlerNext.php +++ b/pages/dashboard/PKPDashboardHandlerNext.php @@ -223,6 +223,7 @@ public function index($args, $request) 'DECISION_EXTERNAL_REVIEW' => Decision::EXTERNAL_REVIEW, 'DECISION_SKIP_EXTERNAL_REVIEW' => Decision::SKIP_EXTERNAL_REVIEW, 'DECISION_INITIAL_DECLINE' => Decision::INITIAL_DECLINE, + 'DECISION_REVERT_INITIAL_DECLINE' => Decision::REVERT_INITIAL_DECLINE, 'DECISION_SEND_TO_PRODUCTION' => Decision::SEND_TO_PRODUCTION, 'DECISION_BACK_FROM_COPYEDITING' => Decision::BACK_FROM_COPYEDITING, 'DECISION_NEW_EXTERNAL_ROUND' => Decision::NEW_EXTERNAL_ROUND,