From d0ec1572ef80b6d33c58b54aed7d7295cb0a73f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarda=20Kot=C4=9B=C5=A1ovec?= Date: Wed, 6 Nov 2024 13:25:31 +0100 Subject: [PATCH] pkp/pkp-lib#7495 initial adjustments for new submission listing & workflow for OPS --- classes/template/PKPTemplateManager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/template/PKPTemplateManager.php b/classes/template/PKPTemplateManager.php index a1161ab081e..4a1af9ff817 100644 --- a/classes/template/PKPTemplateManager.php +++ b/classes/template/PKPTemplateManager.php @@ -1316,6 +1316,7 @@ public function display($template = null, $cache_id = null, $compile_id = null, $context = $request->getContext(); $pageContext = [ + 'app' => Application::get()->getName(), 'apiBaseUrl' => $dispatcher->url($request, PKPApplication::ROUTE_API, $context?->getPath() ?: Application::SITE_CONTEXT_PATH), 'pageBaseUrl' => $dispatcher->url($request, PKPApplication::ROUTE_PAGE, $context?->getPath() ?: Application::SITE_CONTEXT_PATH) . '/', 'legacyGridBaseUrl' => $dispatcher->url(