16 use \PKP\components\listPanels\PKPSubmissionsListPanel;
27 $config = parent::getConfig();
30 if ($request->getContext()) {
31 $config[
'filters'][] = [
32 'heading' => __(
'section.sections'),
48 'param' =>
'stageIds',
49 'value' => WORKFLOW_STAGE_ID_PRODUCTION,
50 'title' => __(
'manager.publication.productionStage'),
62 $context = $request->getContext();
68 $sections =
\Services::get(
'section')->getSectionList($context->getId(), $activeOnly);
70 return array_map(
function($section) {
72 'param' =>
'sectionIds',
73 'value' => (int) $section[
'id'],
74 'title' => $section[
'title'],