- Issue created by @merilainen
- 🇫🇮Finland merilainen
Here is a patch which adds the required parameters to parent::getQuery().
At admin/structure/webform/manage/{webform}/results/submissions
, all the other filters are ignored except the workflow related.
For example ?search=taping&state=starred&entity=node%3A1&workflow-workflow=approved
This is because in WebformSubmissionWorkflowListBuilder::getQuery() at https://git.drupalcode.org/project/webform_workflows_element/-/blob/1.0.... the parent::getQuery() is called without passing the needed variables.
Active
1.0
Code
Here is a patch which adds the required parameters to parent::getQuery().