Skip to content

Commit

Permalink
pkp#7495 Expose componentForms from dashboardStore
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Oct 23, 2024
1 parent 270bb11 commit fc152b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/dashboard/PKPDashboardHandlerNext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
]
]
]);
Expand Down

0 comments on commit fc152b9

Please sign in to comment.