Skip to content

Commit

Permalink
Fix workspace module list
Browse files Browse the repository at this point in the history
  • Loading branch information
okmiim committed Dec 11, 2023
1 parent 1d89410 commit 898b4e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/Xclass/WorkspaceRemoteServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public function getWorkspaceInfos($parameter, ServerRequestInterface $request)
return $this->gridDataService->generateGridListFromVersions(
$versions,
$parameter,
$this->getCurrentWorkspace()
$this->getCurrentWorkspace(),
$request
);
}
}

0 comments on commit 898b4e5

Please sign in to comment.