diff --git a/pages/dashboard/PKPDashboardHandlerNext.php b/pages/dashboard/PKPDashboardHandlerNext.php index 9d6b3552047..94d69703315 100644 --- a/pages/dashboard/PKPDashboardHandlerNext.php +++ b/pages/dashboard/PKPDashboardHandlerNext.php @@ -158,12 +158,14 @@ public function index($args, $request) 'dashboardPage' => $this->dashboardPage, 'countPerPage' => $this->perPage, 'filtersForm' => $filtersForm->getConfig(), - 'contributorForm' => $contributorForm->getConfig(), 'views' => $this->getViews(), 'columns' => $this->getColumns(), 'publicationSettings' => [ 'supportsCitations' => !!$context->getData('citations'), 'identifiersEnabled' => $identifiersEnabled, + ], + 'componentForms' => [ + 'contributorForm' => $contributorForm->getConfig(), ] ] ]);