Skip to content

Commit

Permalink
pkp#7495 initial adjustments for new submission listing & workflow fo…
Browse files Browse the repository at this point in the history
…r OPS
  • Loading branch information
jardakotesovec committed Nov 7, 2024
1 parent 58199f2 commit d0ec157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/template/PKPTemplateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d0ec157

Please sign in to comment.