Skip to content

Commit ba6ddf3

Browse files
committed
pkp/pkp-lib#10766 Remove old submission list support code
1 parent 041be63 commit ba6ddf3

File tree

4 files changed

+0
-442
lines changed

4 files changed

+0
-442
lines changed

config.TEMPLATE.inc.php

-2
Original file line numberDiff line numberDiff line change
@@ -622,5 +622,3 @@
622622
;;;;;;;;;;;;;;;;;;;;;;;;;
623623

624624
[features]
625-
626-
enable_new_submission_listing = On

index.php

-9
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,10 @@
1212
*/
1313

1414
use APP\core\Application;
15-
use PKP\config\Config;
1615

1716
// Initialize global environment
1817
define('INDEX_FILE_LOCATION', __FILE__);
1918
require_once './lib/pkp/includes/bootstrap.php';
2019

21-
// Temporarly enable enable_new_submission_listing for OJS, until OMP&OPS catch up
22-
// Its still possible to disable it with explicitely setting it to 'Off'
23-
if(Config::getVar('features', 'enable_new_submission_listing') === null) {
24-
$configData = & Config::getData();
25-
$configData['features']['enable_new_submission_listing'] = true;
26-
}
27-
28-
2920
// Serve the request
3021
Application::get()->execute();

templates/authorDashboard/authorDashboard.tpl

-168
This file was deleted.

0 commit comments

Comments
 (0)